summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-06-18 19:21:47 +0200
committerAlmuHS <almuhs@github.com>2019-06-18 19:21:47 +0200
commit414263754a3ca792e567716cdf1a518cd7454cda (patch)
treecd35b9b7e5f46357cb121a1d6bad1f7ebe5cfb16
parenta56386e880d82fcda6b8d770f5f0ad057a7ad00d (diff)
experiment: remove failed instructions
-rw-r--r--i386/i386/cpuboot.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index a101f2f4..d3a547ee 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -80,11 +80,6 @@ _apboot:
ljmp $KERNEL_CS, $0f
0:
- movw $0,%ax
- movw %ax,%ds
- movw %ax,%es
- movw %ax,%fs
- movw %ax,%gs
movw $KERNEL_DS,%ax
movw %ax,%ds
movw %ax,%es