ref: 4092bdbb2ebedbcba611aa1143f9526dbf6ca853
parent: 1fe36bf84947198199b0dcf895aedfd584521e84
author: mischief <[email protected]>
date: Sat Feb 1 07:56:59 EST 2014
realemu: actually mark 0xE0000 writeable
--- a/sys/src/cmd/aux/realemu/main.c
+++ b/sys/src/cmd/aux/realemu/main.c
@@ -286,7 +286,7 @@
/* B */ nil, rrealmem, wrealmem, /* RAM: VGA framebuffer */
/* C */ memory, rmem, wmem, /* ROM: VGA BIOS */
/* D */ nil, rbad, wbad,
- /* E */ memory, rmem, wbad, /* ROM: BIOS */
+ /* E */ memory, rmem, wmem, /* ROM: BIOS */
/* F */ memory, rmem, wbad, /* ROM: BIOS */
};