Lesson 18

This commit is contained in:
Carlos Fenollosa
2015-02-03 19:13:13 +01:00
parent 418bb11305
commit c8db77fea9
25 changed files with 801 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 $