bios_keyboard_loop.S 95 B

12345678
  1. #include "common.h"
  2. BEGIN
  3. start:
  4. mov $0x00, %ah
  5. int $0x16
  6. PUTC <%al>
  7. jmp start