summaryrefslogtreecommitdiff
path: root/boot/boot16_entry.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-27 14:42:44 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-27 14:42:44 +0200
commit2d20d0d1f720e064b29aa3578aa33b5146a954e5 (patch)
treeca0adbc37cb1408ae74bb7ed525b462690baa73e /boot/boot16_entry.asm
parent5e48d8259fb2857ad4441de77cbacddd50a21ec0 (diff)
cleanup boot directory
Diffstat (limited to 'boot/boot16_entry.asm')
-rw-r--r--boot/boot16_entry.asm11
1 files changed, 0 insertions, 11 deletions
diff --git a/boot/boot16_entry.asm b/boot/boot16_entry.asm
deleted file mode 100644
index e8d63be..0000000
--- a/boot/boot16_entry.asm
+++ /dev/null
@@ -1,11 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;; 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