Mercurial > lcfOS
diff cos/kernel/goto64.asm @ 33:d8185ddb6c7b
Added more interrupt handlers
author | windel |
---|---|
date | Sun, 15 Jan 2012 13:39:49 +0100 |
parents | 3a6a9b929db0 |
children | 8012221dd740 |
line wrap: on
line diff
--- a/cos/kernel/goto64.asm Fri Jan 13 18:18:17 2012 +0100 +++ b/cos/kernel/goto64.asm Sun Jan 15 13:39:49 2012 +0100 @@ -214,6 +214,11 @@ lgdt [gdt64pointer] ; Reload GDT in 64 bits mode +; Test: +mov ax, 0x10 +mov ds, ax +; End of test + ; TODO: determine a good place for the kernel stack. mov rsp, 0xA000 ; Setup stack pointer.