mirror of
https://github.com/drasko/codezero.git
synced 2026-04-21 11:19:05 +02:00
Some minor changes
Need to reimplement exchange_registers
This commit is contained in:
@@ -54,6 +54,7 @@ int do_fork(struct tcb *parent)
|
||||
struct task_ids ids = {
|
||||
.tid = TASK_ID_INVALID,
|
||||
.spid = parent->spid,
|
||||
.tgid = TASK_ID_INVALID /* FIXME: !!! FIX THIS */
|
||||
};
|
||||
|
||||
/* Make all shadows in this task read-only */
|
||||
@@ -81,7 +82,7 @@ int do_fork(struct tcb *parent)
|
||||
l4_ipc_return((int)utcb_shm);
|
||||
return 0;
|
||||
}
|
||||
/* FIXME: We should munmap() parent's utcb page from child */
|
||||
/* FIXME: Should we munmap() parent's utcb page from child? */
|
||||
|
||||
/*
|
||||
* Map and prefault child utcb to vfs so that vfs need not
|
||||
|
||||
Reference in New Issue
Block a user