https://github.com/maastaar/539kernel-book
A Journey in Creating an Operating System Kernel: A book that teaches the reader how to create an operating system's kernel called 539kernel. You can read the book freely in https://539kernel.com/
https://github.com/maastaar/539kernel-book
book kernel os-dev os-development os-kernel tutorial x86 x86-assembly x86-nasm
Last synced: 3 months ago
JSON representation
A Journey in Creating an Operating System Kernel: A book that teaches the reader how to create an operating system's kernel called 539kernel. You can read the book freely in https://539kernel.com/
- Host: GitHub
- URL: https://github.com/maastaar/539kernel-book
- Owner: MaaSTaaR
- Created: 2019-12-06T01:07:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T15:43:31.000Z (over 2 years ago)
- Last Synced: 2024-12-27T08:12:06.557Z (5 months ago)
- Topics: book, kernel, os-dev, os-development, os-kernel, tutorial, x86, x86-assembly, x86-nasm
- Language: HTML
- Homepage:
- Size: 49 MB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Journey in Creating an Operating System Kernel: The 539kernel Book
A book that teaches the reader how to create an operating system's kernel called [539kernel](https://github.com/MaaSTaaR/539kernel). You can read the book freely in .
[539kernel](https://github.com/MaaSTaaR/539kernel) is a simple x86 32bit educational kernel which has been written especially for this book.
Authored By: Mohammed Q. Hussain