mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-21 16:11:30 +03:00
stage1/gdt: Mark accessed flag in descriptors
This commit is contained in:
parent
2642249edd
commit
68f82c3d30
@ -7,7 +7,7 @@ gdt:
|
||||
dw 0xffff ; Limit
|
||||
dw 0x0000 ; Base (low 16 bits)
|
||||
db 0x00 ; Base (mid 8 bits)
|
||||
db 10011010b ; Access
|
||||
db 10011011b ; Access
|
||||
db 11001111b ; Granularity
|
||||
db 0x00 ; Base (high 8 bits)
|
||||
|
||||
@ -15,7 +15,7 @@ gdt:
|
||||
dw 0xffff ; Limit
|
||||
dw 0x0000 ; Base (low 16 bits)
|
||||
db 0x00 ; Base (mid 8 bits)
|
||||
db 10010010b ; Access
|
||||
db 10010011b ; Access
|
||||
db 11001111b ; Granularity
|
||||
db 0x00 ; Base (high 8 bits)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user