mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
Kernel: Remove kprintf()
There are no remaining users of this API.
This commit is contained in:
parent
40e5210036
commit
5f610417d0
3 changed files with 0 additions and 42 deletions
|
@ -222,18 +222,11 @@ start:
|
|||
call init
|
||||
add $4, %esp
|
||||
|
||||
pushl $exit_message
|
||||
call kprintf
|
||||
add $4, %esp
|
||||
cli
|
||||
|
||||
loop:
|
||||
hlt
|
||||
jmp loop
|
||||
|
||||
exit_message:
|
||||
.asciz "Kernel exited."
|
||||
|
||||
.extern init_ap
|
||||
.type init_ap, @function
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue