Add a qemu-bios executable to start the BIOS disk image in QEMU

This commit is contained in:
Philipp Oppermann
2023-05-01 14:20:01 +02:00
parent 98da4b2f9a
commit ba8b0392b8
2 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
name = "blog_os"
version = "0.1.0"
edition = "2021"
default-run = "blog_os"
[workspace]
members = ["kernel"]