Skip to content

cptaffe/os_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os

Toy operating system from OsDev's barebones wiki

Compilation

As of now requires an i686 cross compiler, binutils, and grub-mkrescue for iso creation. Alternatively, boot from the os.bin file. (i686-elf-gcc, i686-elf-as, grub-mkrescue). To compile with that use:

make
qemu-system-i386 -cdrom os.iso

About

Toy operating system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published