kernel - v0.7 beta
+ acpi: add acpi support + lapic: add lapic support + ioapic: add ioapic support + arch/x86_64: add support for "syscall"/"sysret"
This commit is contained in:
parent
4d52bac946
commit
a8e919b033
53 changed files with 772 additions and 331 deletions
|
@ -3,7 +3,6 @@ section .text
|
|||
global _start
|
||||
|
||||
_start:
|
||||
mov rax, 10
|
||||
.hey:
|
||||
add rax, 1
|
||||
jmp .hey
|
||||
syscall
|
||||
.loop:
|
||||
jmp .loop
|
Loading…
Add table
Add a link
Reference in a new issue