Lesson 18 - the IDT

This commit is contained in:
Carlos Fenollosa
2015-02-02 12:32:46 +01:00
parent a833ee8f9e
commit 69a7c1c2a6
23 changed files with 1150 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[bits 32]
[extern main] ; Define calling point. Must have same name as kernel.c 'main' function
call main ; Calls the C function. The linker will know where it is placed in memory
jmp $