Proximyst / beeOS

an os for bees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beeOS

Why?

Why not?

What does it do?

Well, have you ever wanted some computer which just prints the bee movie script? Now you have the possibility to.

How do I compile it?

Glad you asked! First, you need some tools:

  • nasm
  • nightly rust (the one as of September 30th 2019 works fine)
  • xargo (cargo install xargo)
  • make
  • grub-mkrescue (bundled with GRUB2)
  • GNU/mtools
  • probably an x86_64 system to compile on, that's what I used
  • either xorriso or libiso to use with grub-mkrescue

How:

$ cd asm
$ make build
# want to run it with qemu-system-x86_64?
$ make run

About

an os for bees

License:GNU Affero General Public License v3.0


Languages

Language:Rust 83.0%Language:Assembly 14.9%Language:Makefile 2.0%Language:Shell 0.1%