Index: /trunk/src/VBox/Devices/PC/BIOS/makefile
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS/makefile	(revision 67888)
+++ /trunk/src/VBox/Devices/PC/BIOS/makefile	(revision 67889)
@@ -19,6 +19,4 @@
 CFLAGS   = -q -0 -wx -zu -s -oas -d1+ -ms
 CFLAGS32 = -q -wx -zu -s -oas -d1+ -ms -nt=BIOS32 -nd=BIOS32
-# -oat seems to prevent ENTER/LEAVE generation
-#CFLAGS32 = -q -wx -zu -s -oat -d1+ -ms -nt=BIOS32 -nd=BIOS32
 
 DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) &
@@ -55,5 +53,5 @@
 	 clname DATA segaddr=0xF000 segment _DATA &
 	 clname CODE &
-	 segment _TEXT segaddr=0xF000 offset=0x1C00 &
+	 segment _TEXT segaddr=0xF000 offset=0x1600 &
 	 segment BIOS32 segaddr=0xF000 offset=0xDB00 &
 	 segment BIOSSEG segaddr=0xF000 offset=0xE000 &
