Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maastaar/539kernel
539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com>
https://github.com/maastaar/539kernel
book kernel os-dev os-development os-kernel x86
Last synced: 7 days ago
JSON representation
539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com>
- Host: GitHub
- URL: https://github.com/maastaar/539kernel
- Owner: MaaSTaaR
- Created: 2019-12-06T01:06:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T14:54:51.000Z (almost 1 year ago)
- Last Synced: 2024-10-30T01:58:17.390Z (15 days ago)
- Topics: book, kernel, os-dev, os-development, os-kernel, x86
- Language: Assembly
- Homepage:
- Size: 81.1 KB
- Stars: 209
- Watchers: 2
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
539kernel is a simple x86 32bit educational kernel which has been written especially for the book "**[A Journey in Creating an Operating System Kernel](https://539kernel.com)**" which is available freely on .
* `src/` contains the last version of 539kernel.
* `evolution_by_versions/` contains the version of 539kernel while it's under development through the different chapters in the book.