Add an example user space process

This commit is contained in:
2026-06-08 21:17:27 +03:00
parent 2d4f76a5dd
commit b32c12b311
23 changed files with 553 additions and 63 deletions
+1
View File
@@ -15,3 +15,4 @@ dd if=build/bootloader.bin of=build/os.img bs="${sector_size}" seek=1 count="$((
mkfs.fat -F 16 --offset "${partition_offset}" build/os.img
mcopy -i build/os.img@@"$((partition_offset * sector_size))" src ::src
mcopy -i build/os.img@@"$((partition_offset * sector_size))" build/kernel.bin ::kernel.bin
mcopy -i build/os.img@@"$((partition_offset * sector_size))" build/hello.bin ::hello.bin