A poorly written OS for the x86 arch. (WIP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
E. Almqvist 9a564b7278 Alloc stuff 3 years ago
.github/workflows Update build.yml 3 years ago
bootloader Minor refactor, main is not init 3 years ago
drivers Alloc stuff 3 years ago
grub File structure fix & Makefile refactoring 3 years ago
kernel Alloc stuff 3 years ago
lib Bitmap thing 3 years ago
.gitignore Cleanup & gitignore 3 years ago
LICENSE Create LICENSE 4 years ago
Makefile Bitmap thing 3 years ago
README.md Documentation fix 3 years ago
TODO.md TODO & String library 3 years ago
logo.png Logo & stuff 3 years ago
preview.png Preview update 3 years ago

README.md

A simple & lightweight x86 operating system

Building & Running

Use the Makefile in order to build the binaries/objects et cetera- with make.
To build the OS image run: $ make eos.iso
To build the OS image (WITH GRUB) run: $ make eos_grub.iso

Emulation

You can launch eOS with a VM like qemu. Launch qemu via make by running: $ make run.

$ make (option)
	run : Runs the OS with qemu
	drun : Recompiles the OS and runs it with qemu
	clean : Remove all object/binary/image files

Planned Features

Go to eOS v1.0 Kanban Board to see the current progress & planned features of the project.





Resources

These are the most common resources I used in order to build eOS. I highly recommend them.

Books
Wikis