Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 609 Bytes

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