Skip to content

almqv/eOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple & lightweight x86 operating-system that I created for fun.

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

Emulation

You can launch eOS with 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