diff options
author | Marvin Borner | 2021-03-13 15:12:25 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-13 15:12:25 +0100 |
commit | 7f2adfc77d17abf19e843ed09ccd698ee541796d (patch) | |
tree | e78e67154d03a6acd7c91298ad821f6d96d6021c /boot | |
parent | 8176351e1a3d1598bedbc007897d530475942275 (diff) |
Some security measures
Diffstat (limited to 'boot')
-rw-r--r-- | boot/entry.asm | 2 |
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 |