diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-31 01:36:29 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-31 01:36:29 +0200 |
| commit | cd7312578948b7aee6bba8e91fbbc84b06f2f586 (patch) | |
| tree | e41f68cc3338966e2003e7059ad2a021eda6ad5d /boot/kernel_entry.asm | |
| parent | 7e35ac6593bce5ed3f0a00a2483bc82e23bb9fb9 (diff) | |
experimeting with my laptop
Diffstat (limited to 'boot/kernel_entry.asm')
| -rw-r--r-- | boot/kernel_entry.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/kernel_entry.asm b/boot/kernel_entry.asm index 6667fe0..adb6b51 100644 --- a/boot/kernel_entry.asm +++ b/boot/kernel_entry.asm @@ -9,5 +9,6 @@ [bits 32] [extern kernel_main] + push esp call kernel_main ; jumps in the world of C |
