mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-21 12:47:25 +00:00
make user.img proper
This commit is contained in:
parent
e2ac88e189
commit
acb3fe9cde
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue