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/drivers/soclib_tty.c

    r76 r89  
    3636void __attribute__ ((noinline)) soclib_tty_cmd( xptr_t th_xp )
    3737{
    38 
     38        // Pour le write: tout en sync, ça part direct sur le VGA/série
     39        // Pour le read: là on attend l'ISR
    3940}
    4041
    4142void __attribute__ ((noinline)) soclib_tty_isr( chdev_t * chdev )
    4243{
    43 
     44        // Cette ISR est juste utile pour le clavier; on arrive ici quand une touche
     45        // est pressée
    4446}
    4547
Note: See TracChangeset for help on using the changeset viewer.