Uniformized macros: push save all registers, and use only GAS macros, no CPP

This commit is contained in:
Ciro Santilli
2015-10-21 15:55:27 +02:00
parent aaaea79a6f
commit 71e104bab0
31 changed files with 406 additions and 165 deletions

4
lidt.S
View File

@@ -26,7 +26,7 @@ BEGIN
mov %cs, 0x06
int $0
PUTC($0x62)
PUTC $'b
hlt
idt:
@@ -39,5 +39,5 @@ idt_descriptor:
.long idt
handler:
PUTC($0x61)
PUTC $'a
iret