Skip to content

Commit ea036ec

Browse files
authored
Update boot.S
1 parent 5dff529 commit ea036ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/arch/i386/boot.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stack_top:
2525
_start:
2626
mov $stack_top, %esp
2727

28-
call kernel_init
28+
call kernel_main
2929

3030
cli
3131
1: hlt

0 commit comments

Comments
 (0)