|
|
@ -42,9 +42,6 @@ seta20.2: |
|
|
|
movb $0xdf, %al # 0xdf -> port 0x60 |
|
|
|
outb %al, $0x60 # 0xdf = 11011111, means set P2's A20 bit(the 1 bit) to 1 |
|
|
|
|
|
|
|
movb $0xdf, %al # 0xdf -> port 0x60, do it again! |
|
|
|
outb %al, $0x60 # 0xdf = 11011111, means set P2's A20 bit(the 1 bit) to 1 |
|
|
|
|
|
|
|
# Switch from real to protected mode, using a bootstrap GDT |
|
|
|
# and segment translation that makes virtual addresses |
|
|
|
# identical to physical addresses, so that the |
|
|
|