diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-13 00:44:00 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-13 00:44:00 +0000 |
commit | 2d9d3bb87e065a5ec5ce54cd09b104e3e1445d1d (patch) | |
tree | 3a76e286f68b25e9a1be89f9658f5d224420b2ef | |
parent | 09f65c50f8ce0498724e3af3c3d09a4b0b032c7b (diff) | |
download | plan9front-2d9d3bb87e065a5ec5ce54cd09b104e3e1445d1d.tar.xz |
remove debugging
-rw-r--r-- | sys/src/boot/pc/a20.s | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/boot/pc/a20.s b/sys/src/boot/pc/a20.s index 9c4bc7730..0e42c34f3 100644 --- a/sys/src/boot/pc/a20.s +++ b/sys/src/boot/pc/a20.s @@ -13,9 +13,6 @@ TEXT a20(SB), $0 RET _biosfail: - LWI((0x0E00|'!'), rAX) - BIOSCALL(0x10); - CLI CALL16(pmode32(SB)) |