mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
The unit word should be plural.
This commit is contained in:
parent
ba067b3e3e
commit
2ec032deb1
@ -27,8 +27,8 @@ gdt_end:
|
||||
|
||||
; GDT descriptor
|
||||
gdt_descriptor:
|
||||
dw gdt_end - gdt_start - 1 ; size (16 bit), always one less of its true size
|
||||
dd gdt_start ; address (32 bit)
|
||||
dw gdt_end - gdt_start - 1 ; size (16 bits), always one less of its true size
|
||||
dd gdt_start ; address (32 bits)
|
||||
|
||||
; define some constants for later use
|
||||
CODE_SEG equ gdt_code - gdt_start
|
||||
|
Loading…
Reference in New Issue
Block a user