aboutsummaryrefslogtreecommitdiff
path: root/src/romlayout.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/romlayout.S')
-rw-r--r--src/romlayout.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/romlayout.S b/src/romlayout.S
index d78737b..e223cdc 100644
--- a/src/romlayout.S
+++ b/src/romlayout.S
@@ -71,15 +71,6 @@ transition32_nmi_off:
.global transition16big
.code32
transition16:
-#if CONFIG_DISABLE_A20
- // disable a20
- movl %eax, %ecx
- inb $PORT_A20, %al
- andb $~A20_ENABLE_BIT, %al
- outb %al, $PORT_A20
- movl %ecx, %eax
-#endif
-
// Reset data segment limits
movl $SEG32_MODE16_DS, %ecx
movw %cx, %ds