diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-01 21:49:22 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-01 21:49:22 +0100 |
| commit | d8331335ff1720ce28eba45afe1a02814b38b033 (patch) | |
| tree | f671279d258477321699d158765f576512851e3a /boot2 | |
| parent | 100be313c22bd6116b1adc5eb30f5db56f4b0772 (diff) | |
finally implemented fork() syscall
Diffstat (limited to 'boot2')
| -rw-r--r-- | boot2/stage2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot2/stage2.asm b/boot2/stage2.asm index e5ce600..832b005 100644 --- a/boot2/stage2.asm +++ b/boot2/stage2.asm @@ -251,7 +251,7 @@ reinit_16: ;16 bit protected mode realmode: - mov sp,0x07bff + mov sp,0x07000 mov bp,sp mov ax,0 |
