armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
fork.c File Reference

Implementation of fork-related functions. More...

#include <stdint.h>
#include <kernel/scheduler.h>
#include <kernel/mm.h>
#include <kernel/printk.h>
Include dependency graph for fork.c:

Functions

int copy_process (uint64_t fn, uint64_t arg)
 

Detailed Description

Implementation of fork-related functions.