Buildsystem: Build disk image manually

We don't use grub-mkrescue anymore. Instead we build the disk image
manually. This allows us to have known disk layout for easier testing
when I get to implementing disk reading. For now I made the root
partition ext2 since I think that will be the first format that I'll
implement.
This commit is contained in:
Bananymous
2023-02-04 23:46:11 +02:00
parent fb7fe73d49
commit 0eb1fb8bae
7 changed files with 73 additions and 35 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.iso
*.img
isodir
sysroot
.vscode/