ps2 init complete, can receive keyboard presses
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user