aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.asm')
-rw-r--r--src/boot.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot.asm b/src/boot.asm
index 973bc8e..7eed4a8 100644
--- a/src/boot.asm
+++ b/src/boot.asm
@@ -57,6 +57,7 @@ KernelInit:
ld [wCurProc+1], a
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)
; terminal starts blank; shell output flows in via KPutc
; --- spawn the init task (pid 1); it fork()s the rest ---