Reboot: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Cleanup, still needs more work
m Changed frz() to halt() (see discussion page) and and added *b suffix to inport() and outport() in short code
Line 10:
unsigned char good = 0x02;
while ((good & 0x02) != 0)
good = inportinportb(0x64);
outportoutportb(0x64, 0xFE);
frzhalt();
}
</source>