diff --git a/doc/lab-01_02.typ b/doc/lab-01_02.typ index 0941329..d06954e 100644 --- a/doc/lab-01_02.typ +++ b/doc/lab-01_02.typ @@ -371,6 +371,7 @@ registers[0] = ioremap(CHIP_ID_BASE_ADDR, 0x1000); Easy exercice, a thread in the kernet is a `struct task_struct*` that can be created with `kthread_run` +#pagebreak() //------------------- // Exercise 7: Sleeping //------------------- @@ -402,9 +403,6 @@ a problem during the implementation, we cannot kill the code. Interrupts ], [ - - - Develop a module which allows to detect every push on the button of the nanopi with interrupt. Every interrupts will send a message for debugging. - Use the service ``` gpio_request(,