lesson 23, initial commit

This commit is contained in:
Carlos
2015-08-17 18:41:38 +02:00
parent d271f5bd6f
commit 0134c5625c
31 changed files with 1554 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 $