bootasm.S: remove redundant A20 enable code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user