Skip to content
/ lris Public

Unix-like operating system designed to run on Intel x86 CPU.

Notifications You must be signed in to change notification settings

hyahong/lris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lris

lris (referred to as Iris) is a Unix-like operating system that is designed to run on Intel x86 CPU.

Preparations

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

Install/Run

git clone git@github.com:hyahong/lris.git
cd lris
make

Implementation

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
...

Demo

image

2023

About

Unix-like operating system designed to run on Intel x86 CPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published