simple changes to make it work, but not working.

on startup, at least, register 0x78 is wrong, as are registers 0x58 and 0x59.
This commit is contained in:
Ronald G. Minnich 2000-11-17 15:24:01 +00:00
parent 246ae3a447
commit 38f8dac61e

View file

@ -41,6 +41,8 @@ ram_set_registers:
/* address is first, then data */
movl $register_table, %esi
1:
/* zero out eax. In fact, this is unnecessary right now, but be safe */
xor %eax, %eax
movb (%esi), %al
testb %al, %al
jz done_ram_set_registers