aboutsummaryrefslogtreecommitdiff
path: root/core/localboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/localboot.inc')
-rw-r--r--core/localboot.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/localboot.inc b/core/localboot.inc
new file mode 100644
index 0000000..b784042
--- /dev/null
+++ b/core/localboot.inc
@@ -0,0 +1,7 @@
+ section .text16
+ global local_boot16:function hidden
+local_boot16:
+ mov cx,0
+ mov ss,cx
+ mov sp,7C00h
+ jmp 0:07C00h