diff options
Diffstat (limited to 'include/01.pocetak/boot5.s')
| -rw-r--r-- | include/01.pocetak/boot5.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/01.pocetak/boot5.s b/include/01.pocetak/boot5.s new file mode 100644 index 0000000..2fe5ffc --- /dev/null +++ b/include/01.pocetak/boot5.s @@ -0,0 +1,6 @@ +.section .text +.global _start +.type _start, @function +_start: + call init_gdt_table + ljmp $CODE_SEGMENT, $code |
