summaryrefslogtreecommitdiff
path: root/boot/kernel_entry.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-30 01:21:56 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-30 01:21:56 +0200
commit0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (patch)
tree68602e52ad69cb433b9bf81e401128ebc738cbad /boot/kernel_entry.asm
parent47d22a238a6c5d60c6abfac724e6ad91885cdd67 (diff)
preparing for multitasking
Diffstat (limited to 'boot/kernel_entry.asm')
-rw-r--r--boot/kernel_entry.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/kernel_entry.asm b/boot/kernel_entry.asm
index f1e3b6b..6667fe0 100644
--- a/boot/kernel_entry.asm
+++ b/boot/kernel_entry.asm
@@ -8,4 +8,6 @@
;
[bits 32]
[extern kernel_main]
+
+push esp
call kernel_main ; jumps in the world of C