Ignore:
Timestamp:
Jun 29, 2017, 9:54:01 AM (7 years ago)
Author:
max@…
Message:

Parse the IOAPIC structure in ACPI, map the IOAPIC, and enable
the keyboard interrupt. Its queue is not flushed yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_trap.c

    r86 r89  
    8282}
    8383
     84/*
     85 * Keyboard interrupt
     86 */
     87void hal_keyboard_intr(struct trapframe *tf)
     88{
     89        x86_printf("-> got keyboard: rip=%Z\n", tf->tf_rip);
     90        return;
     91}
     92
Note: See TracChangeset for help on using the changeset viewer.