lris (referred to as Iris) is a Unix-like operating system that is designed to run on Intel x86 CPU.
You should install these for install and run this operating system.
build-essential
nasm
xorriso
qemu-system-i386
In ubuntu, you can install these as follows:
sudo apt-get install build-essential nasm xorriso qemu-system-i386
git clone [email protected]:hyahong/lris.git
cd lris
make
It is currently about 1/10 complete.
function | ? |
---|---|
Boot | O |
Interrupt | Partially |
Memory Management | |
- Segmentation | O |
- Paging | O |
- Allocator | O |
Driver | |
- VGA | O |
- Keyboard | O |
Debuging | Partially |
... |