diff options
Diffstat (limited to 'boot/kernel_entry.asm')
| -rw-r--r-- | boot/kernel_entry.asm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/boot/kernel_entry.asm b/boot/kernel_entry.asm index 77bb2a5..f1e3b6b 100644 --- a/boot/kernel_entry.asm +++ b/boot/kernel_entry.asm @@ -1,10 +1,11 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; +; this will be compiled to an object file and linked with the kernel +; to simplify the entrance! +; +; [bits 32] - [extern kernel_main] -[extern int0] - call kernel_main ; jumps in the world of C -call int0 ; jumps in the world of C -ret - -jmp $ |
