diff options
Diffstat (limited to 'src/boot.asm')
| -rw-r--r-- | src/boot.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot.asm b/src/boot.asm index 1f4a048..9d9571e 100644 --- a/src/boot.asm +++ b/src/boot.asm @@ -55,8 +55,7 @@ KernelInit: ld [wCurProc], a ld a, HIGH(wKernelPCB) ld [wCurProc+1], a - call blk_init ; format the disk if needed (persists otherwise) - call fs_init ; (legacy WRAMX filesystem, still used by tools) + call fs_init ; mount the disk (format on first boot; persists) ; --- spawn the init task (pid 1); it fork()s the rest --- ld hl, TaskInit |
