von Boris 11. Mai 2007 Kommentare0 Programmierung Reboot [code lang=”asm”]asm cli @@WaitOutReady: { Busy-wait until 8042 is ready for new command} in al,64h { read 8042 status byte} test al,00000010b {…