git: 9front

Download patch

ref: ae643e1081a69d24cf767a2fb967c10b0e6a58f6
parent: 293243fe8380b6c9f5d6215dcff72a378175aaa4
author: cinap_lenrek <cinap_lenrek@localhost>
date: Tue Apr 12 20:44:00 EDT 2011

remove debugging

--- a/sys/src/boot/pc/a20.s
+++ b/sys/src/boot/pc/a20.s
@@ -13,9 +13,6 @@
 	RET
 
 _biosfail:
-	LWI((0x0E00|'!'), rAX)
-	BIOSCALL(0x10);
-
 	CLI
 	CALL16(pmode32(SB))
 
--