bios_keyboard.S 74 B

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