diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 01:21:56 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 01:21:56 +0200 |
| commit | 0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (patch) | |
| tree | 68602e52ad69cb433b9bf81e401128ebc738cbad /boot | |
| parent | 47d22a238a6c5d60c6abfac724e6ad91885cdd67 (diff) | |
preparing for multitasking
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/kernel_entry.asm | 2 |
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 |
