News

If you read Japanese, you might have seen the book “Design and Implementation of Microkernels” by [Seiya Nuda]. An appendix covers how to write your own operating system for RISC-V in a… ...
The purpose of a kernel is to manage the deepest levels of an operating system. It handles requests from hardware devices such as keyboards, schedules tasks, and manages files and memory.