mirror of https://github.com/E-Almqvist/eOS
parent
77d3214dce
commit
59364518fd
@ -0,0 +1,2 @@ |
|||||||
|
; EQUs (lazy variables) for BIOS stuff |
||||||
|
BIOS_INT equ 0x10 |
@ -1,4 +1,8 @@ |
|||||||
# eOS |
# eOS |
||||||
A simple and operating system |
A simple x86_64 operating system. (BIOS) |
||||||
|
|
||||||
This operating system is in no way original nor do I recommend even taking a look at it. I am going of [this](https://tuhdo.github.io/os01/) book. I highly recommend it! :) |
This operating system is in no way original nor do I recommend even taking a look at it. I am going of unfinished book. |
||||||
|
|
||||||
|
## Books |
||||||
|
[Operating Systems: From 0 to 1](https://tuhdo.github.io/os01/) (Open-Source, unfinished) |
||||||
|
[Writing a Simple Operating System - from Scratch](https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf) |
||||||
|
Loading…
Reference in new issue