Sync Push
This commit is contained in:
parent
6ba7a1e098
commit
e3cb57e454
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
@include <../bios_api.dss>
|
@include <../bios_api.dss>
|
||||||
@include <palette.dss>
|
@include <palette.dss>
|
||||||
|
@include <keyboard_driver.dss>
|
||||||
|
|
||||||
|
|
||||||
## =========================================================================================================================
|
## =========================================================================================================================
|
||||||
|
|
@ -27,6 +28,12 @@ _kernel0_main:
|
||||||
push $test_str
|
push $test_str
|
||||||
push 1
|
push 1
|
||||||
call $_print_string
|
call $_print_string
|
||||||
|
|
||||||
|
## Init Keyboard driver
|
||||||
|
push $_key_pressed ## KeyPressed handler address passed to the _init_keyboard subroutine
|
||||||
|
push 1
|
||||||
|
call $_init_keyboard
|
||||||
|
|
||||||
hlt
|
hlt
|
||||||
## =========================================================================================================================
|
## =========================================================================================================================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue