summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-27 22:24:01 +0200
committerAlmuHS <almuhs@github.com>2019-04-27 22:24:01 +0200
commit1881b7ae078dd487ed9797d2a841eb49f1cf4a06 (patch)
tree86df89bf274bffd6dbe97aeac28f7418f99281e7
parent150acbb3936615daef85467805696a8db17cfbe2 (diff)
removed null stack load
-rw-r--r--i386/i386/cpuboot.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 8ecb690a..d3151153 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -55,7 +55,6 @@ _apboot:
mov %ax, %ds
mov %ax, %es
mov %ax, %ss
- mov $0x7000, %sp
lgdt M(gdt_descr_tmp)
@@ -72,7 +71,6 @@ _apboot:
mov %ax, %ds
mov %ax, %es
mov %ax, %ss
- mov $0x7000, %esp
/* use segmentation to offset ourself. */
lidtl idt_descr - KERNELBASE