summaryrefslogtreecommitdiff
path: root/boot/boot16_entry.asm
blob: e8d63be69b64ca717bad413c78fba91073a758c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; this will be compiled to an object file and linked with the boot loader
; to simplify the entrance!
;
;
[bits 16]
[extern boot_main]
call boot_main ; jumps in the world of C