Pagini
Workshops
Parteneri
Download and unzip the tasks archive sesiune-07 on the virtual machine.
1-irq/
to implement a simple keyboard logger.TODO 1
- grab the interrupt lineI8042_KBD_IRQ
macro.TODO 2
- implement the interrupt handleri8042_read_data
and print to kernel log only ASCII charactersTODO 3
- implement i8042_read_data
functioninb
family of functions2-act/
directory to create and schedule the following kernel activities:timer_list
timer using: setup_timer