toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
39 stars 4 forks source link

chore: remove `run_qemu.sh` #1034

Closed toku-sa-n closed 2 years ago

toku-sa-n commented 2 years ago

It does not sync with Makefile variables automatically. make is easier to invoke.

toku-sa-n commented 2 years ago

We have to fix the initrd implementation. The kernel always tries to search build/initrd.cpio, but the correct path is build/test/initrd.cpio on tests.