diff options
Diffstat (limited to 'src/boot.asm')
| -rw-r--r-- | src/boot.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot.asm b/src/boot.asm index 73ea860..7c175ce 100644 --- a/src/boot.asm +++ b/src/boot.asm @@ -49,6 +49,7 @@ KernelInit: call ClearKernelRAM call CopyHramCode ; move context-switch trampoline into HRAM call ProcInit ; wipe process table + call fs_init ; set up the RAM filesystem ; --- spawn the init task (pid 1); it fork()s the rest --- ld hl, TaskInit |
