Skip to content

jethrodaniel/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os

Experiments in Operating Systems and language bootstrapping.

prereqs

# centOS 7
yum install -y nasm nasm-doc qemu seabios

install

git clone https://github.com/jethrodaniel/os && cd os && make

license

MIT.

references

thanks y'all.

bootstraping

compilers

etc