aboutsummaryrefslogtreecommitdiff
path: root/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'entry.S')
-rw-r--r--entry.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/entry.S b/entry.S
index a192c7d..89fa51e 100644
--- a/entry.S
+++ b/entry.S
@@ -84,12 +84,3 @@ ENTRY(bios_int15)
IRET
ENTRY_END(bios_int15)
-
-ENTRY(real_entry)
- cli
- hlt
-ENTRY_END(real_entry)
-
- ORG(fff0)
- jmp real_entry
-