diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-23 21:39:42 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-23 21:39:42 +0200 |
| commit | dadd5202a3ccfd8c03fb9eb60e6a15b0fb987672 (patch) | |
| tree | 3c4b818f90a4862f82ed2e03ceaaf9d7723d293d /asm | |
| parent | 6c8be13c682a0aef520b2d3efeb67dcf078b1889 (diff) | |
filesystem stuff and experimenting with userspace tasks
Diffstat (limited to '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 5e48658..7b0afaf 100644 --- a/asm/int_clock_handler.asm +++ b/asm/int_clock_handler.asm @@ -5,7 +5,7 @@ global int_clock_handler int_clock_handler: -cli +cli pusha ;Push all standard registers mov eax, esp ;save current stack pointer in esp |
