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 7eed4a8..23511c4 100644 --- a/src/boot.asm +++ b/src/boot.asm @@ -55,6 +55,7 @@ KernelInit: ld [wCurProc], a ld a, HIGH(wKernelPCB) ld [wCurProc+1], a + call pipe_init ; mark all pipes free call fs_init ; mount the disk (format on first boot; persists) call term_init ; set up the LCD text terminal call osk_init ; build the on-screen keyboard (window layer) |
