diff options
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 |