summaryrefslogtreecommitdiff
path: root/boot2/stage2.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-01 21:49:22 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-01 21:49:22 +0100
commitd8331335ff1720ce28eba45afe1a02814b38b033 (patch)
treef671279d258477321699d158765f576512851e3a /boot2/stage2.asm
parent100be313c22bd6116b1adc5eb30f5db56f4b0772 (diff)
finally implemented fork() syscall
Diffstat (limited to 'boot2/stage2.asm')
-rw-r--r--boot2/stage2.asm2
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