Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 450 Bytes

README.MD

File metadata and controls

18 lines (11 loc) · 450 Bytes

novos: A little kernel written in rust. (so I can learn osdev)

Running the kernel

To run the kernel, you need to have the following dependencies installed:

  • qemu
  • xorriso
  • rustc and cargo

Then, you can run the kernel with the following command from the root of the repository:

cargo run --bin bios_boot

(This should be right, but I also haven't had to set up a new machine in a while, so I might be missing something)