Browse Source

add info for pmboot.S

main
yuchen 9 years ago
parent
commit
dab71e324d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      related_info/lab1/pmbootloader/pmboot.S

+ 3
- 3
related_info/lab1/pmbootloader/pmboot.S View File

@ -16,9 +16,9 @@ start:
jmpl $0x0, $code
GDT_START:
Descriptor_DUMMY:Descriptor(0x0,0x0,0x0)
Descript_CODE32 :Descriptor(0x0,0xffffffff,DA_C+DA_32)
Descriptor_VIDEO:Descriptor(0xb8000,0x0ffff,DA_DRW)
Descriptor_DUMMY:Descriptor(0x0,0x0,0x0) /* 00 */
Descript_CODE32 :Descriptor(0x0,0xffffffff,DA_C+DA_32) /* 32访 */
Descriptor_VIDEO:Descriptor(0xb8000,0x0ffff,DA_DRW) /* 访 */
GDT_END:
GdtPtr:

Loading…
Cancel
Save