summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/kernel_entry.s
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/kernel_entry.s')
-rw-r--r--arch/x86/boot/kernel_entry.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/boot/kernel_entry.s b/arch/x86/boot/kernel_entry.s
deleted file mode 100644
index e0fd132..0000000
--- a/arch/x86/boot/kernel_entry.s
+++ /dev/null
@@ -1,12 +0,0 @@
-# bootsect.s loads the kernel and transfers control to SYSSEG address.
-# We cannot be sure that the main() function will be exactly at this
-# address.
-
-# Therefore, we will use a small trick for entering the kernel correctly:
-# Locate this small assembly routine at the beginning of the SYSSEG
-# address => we can be sure that control will transfer to main()
-
-.code32
-.extern kernel_main
- call kernel_main
- jmp .