To run the kernel, you need to have the following dependencies installed:
qemu
xorriso
rustc
andcargo
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)