Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snow Kernel

A tiny OS inspired from DOS. Tries to be POSIX-compatible.

Build

You need these at least:

  • nasm
  • x86_64-elf-gcc (or a compatible cross-compiler)
  • x86_64-elf-ld (or a compatible linker)
  • grub-mkrescue (from grub and xorriso packages)
  • qemu-system-x86_64

Build and run:

make newlib
make userprogs
make iso
make run

Last commit with 32-bit support is 2e4d00061fed1183adb9f77e681e242306fca6b6

About

The operating system of yesterday

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages