Skip to content
/ kernel Public
forked from intermezzOS/kernel

A hobby operating system, in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mschewe/kernel

 
 

Repository files navigation

intermezzOS: kernel

intermezzOS is a hobby operating system. This repository is for its kernel. See the website for more.

Also, feel free to join us at #intermezzOS on Freenode’s IRC network, if you want to chat.

We’re currently in the process of re-building from scratch, to properly document things as we go along. Check the original_backup branch for the code we had before this redux.

Requirements

Right now, things are only guaranteed to work on 64-bit Linux.

  • nasm
  • ld
  • grub-mkrescue, possibly with xorriso, depending on your package manager
  • qemu, specifically qemu-system-x86_64

CURRENT STATUS

Right now, if you run make you’ll see this:

screenshot

Okay indeed!

License

This project is dual licensed under Apache2/MIT. See the two LICENSE-* files for details.

About

A hobby operating system, in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 76.7%
  • Makefile 23.3%