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 23511c4..c29267d 100644 --- a/src/boot.asm +++ b/src/boot.asm @@ -56,6 +56,7 @@ KernelInit: ld a, HIGH(wKernelPCB) ld [wCurProc+1], a call pipe_init ; mark all pipes free + call net_init ; clear the socket table, set our IP (10.0.0.2) 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) |
