aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMarvin Borner2021-03-13 15:12:25 +0100
committerMarvin Borner2021-03-13 15:12:25 +0100
commit7f2adfc77d17abf19e843ed09ccd698ee541796d (patch)
treee78e67154d03a6acd7c91298ad821f6d96d6021c /boot
parent8176351e1a3d1598bedbc007897d530475942275 (diff)
Some security measures
Diffstat (limited to 'boot')
-rw-r--r--boot/entry.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/entry.asm b/boot/entry.asm
index f77c4e7..92a8406 100644
--- a/boot/entry.asm
+++ b/boot/entry.asm
@@ -545,7 +545,7 @@ tss_entry:
dd 0 ; gs
dd 0 ; ldt
dw 0 ; trap
- dw 0 ; iomap base
+ dw -1 ; iomap base
tss_entry_end:
times 1024 - ($ - $$) db 0