From d4a8b9d249b1e187f85b28525d2a85f43a546a95 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 1 Jul 2019 10:39:14 +0200 Subject: updates --- busybox | 2 +- linux | 2 +- start.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/busybox b/busybox index 3106784..9663bbd 160000 --- a/busybox +++ b/busybox @@ -1 +1 @@ -Subproject commit 3106784e654e7443ab724d927f9de0230adbe5ac +Subproject commit 9663bbd17ba3ab9f7921d7c46f07d177cb4a1435 diff --git a/linux b/linux index 79a3aaa..f0fae70 160000 --- a/linux +++ b/linux @@ -1 +1 @@ -Subproject commit 79a3aaa7b82e3106be97842dedfd8429248896e6 +Subproject commit f0fae702de30331a8ce913cdb87ac0bdf990d85f diff --git a/start.sh b/start.sh index 51b0d2a..72d1127 100755 --- a/start.sh +++ b/start.sh @@ -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" -- cgit v1.2.3