An open API service indexing awesome lists of open source software.

https://github.com/ariksquad/snowkernel

The operating system of yesterday
https://github.com/ariksquad/snowkernel

assembly c kernel operating-system

Last synced: 5 months ago
JSON representation

The operating system of yesterday

Awesome Lists containing this project

README

          

# Snow Kernel
A tiny OS (well a kernel) that has a few commands. Inspired from DOS. Built with modern standards, or at least tries to achieve that.

## 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