7 Commits (89ca6cc5f69efd903a3b369bd97e3b0c35024785)

Author SHA1 Message Date
jameszow 89ca6cc5f6 fix rb file i.to_s and code style 10 months ago
jameszow dfe4fbb7ae Modify remaining years 10 months ago
jameszow 3f683a19b1 update copyright year 10 months ago
Andre Richter 2e72a8408f
Rework driver subsystem
This update significantly decouples the generic kernel code
from the BSP code.
Prior to this patch, the BSP had way too much business logic
that should have always been the generic kernel's concern.
2 years ago
Andre Richter b7b2d31c24
Rewrite timer subsystem 2 years ago
Andre Richter 5e1fdf8605
Remove unsafe from certain IRQ related code
While turning IRQs on or off is something that "sounds critical", it is not
unsafe in these sense of compromising memory safety. Rust's unsafe should be
about memory safety only, hence removing it from certain functions.
2 years ago
Andre Richter 2cd44c3e7f
Add tutorial 19 2 years ago