diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-07-01 10:39:14 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-07-01 10:39:14 +0200 |
commit | d4a8b9d249b1e187f85b28525d2a85f43a546a95 (patch) | |
tree | e6fbf533fa7ed55c803df246f8852d079517cdc4 | |
parent | c122fd1da5219d983cd50e1e9dfe7bd7e3a16364 (diff) | |
download | minilinux-d4a8b9d249b1e187f85b28525d2a85f43a546a95.tar.gz |
m--------- | busybox | 0 | ||||
m--------- | linux | 0 | ||||
-rwxr-xr-x | start.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/busybox b/busybox -Subproject 3106784e654e7443ab724d927f9de0230adbe5a +Subproject 9663bbd17ba3ab9f7921d7c46f07d177cb4a143 diff --git a/linux b/linux -Subproject 79a3aaa7b82e3106be97842dedfd8429248896e +Subproject f0fae702de30331a8ce913cdb87ac0bdf990d85 @@ -1,4 +1,4 @@ #!/bin/bash -screen qemu-system-x86_64 -nographic -no-reboot -kernel bzImage -initrd initramfs.cpio.gz -m 256M -append "console=ttyS0 panic=20" +screen qemu-system-x86_64 -nographic -no-reboot -kernel bzImage -initrd initramfs.cpio.gz -m 256M -append "console=ttyS0 panic=20 quiet" |