make user.img proper

This commit is contained in:
Murphy 2025-03-27 14:44:06 -04:00
parent e2ac88e189
commit acb3fe9cde
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -42,7 +42,7 @@ bin/boot.bin: build
bin/user.img: build
cd bin && \
./mkblob init shell
./mkblob init idle prog* shell
bin/disk.img: build bin/boot.bin bin/user.img
cd bin && \