ps2 init complete, can receive keyboard presses

This commit is contained in:
2026-06-13 19:53:57 -04:00
parent 3ecbcdf369
commit 2ab98fe582
11 changed files with 240 additions and 21 deletions

View File

@@ -18,9 +18,9 @@ stack_top:
.section .text
.global _start
.type _start, @function
_start:
cli
mov $stack_top, %esp
call kmain
1:
jmp 1b
loop:
jmp loop