lesson 13 comments

This commit is contained in:
Carlos Fenollosa
2014-10-16 11:35:20 +02:00
parent 4121d2f266
commit 18c8989d33
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
[bits 32]
[extern main] ; Define calling point. Must haveSame name as kernel.c 'main' function
[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 $