diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-02 01:02:49 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-02 01:02:49 +0100 |
| commit | c2c03f41e078481921bad82487eded0fc51ebb59 (patch) | |
| tree | 1e310556c9a809aea112728bae9e0a6807ee0ba2 /asm/int_clock_handler.asm | |
| parent | f20db37ca17245d5d20302a1ac1da347de5c3607 (diff) | |
further work on fork and friends
Diffstat (limited to 'asm/int_clock_handler.asm')
| -rw-r--r-- | asm/int_clock_handler.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/int_clock_handler.asm b/asm/int_clock_handler.asm index 6301dc6..5e48658 100644 --- a/asm/int_clock_handler.asm +++ b/asm/int_clock_handler.asm @@ -9,7 +9,7 @@ cli pusha ;Push all standard registers mov eax, esp ;save current stack pointer in esp -mov esp, 0x1000 ;now put the stack outside of virtual memory in kernel space! +mov esp, 0x7000 ;now put the stack outside of virtual memory in kernel space! push eax ;Push pointer to all the stuff we just pushed call task_switch_next ;Call C code |
