You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-1
Original file line number
Diff line number
Diff line change
@@ -2923,7 +2923,7 @@ Get a reasonable answer to "how long does boot take in guest time?":
2923
2923
./run --eval-after './linux/time_boot.c'
2924
2924
....
2925
2925
2926
-
Source: link:userland/linux/time_boot.out[]
2926
+
Source: link:userland/linux/time_boot.c[]
2927
2927
2928
2928
That executable writes to `dmesg` directly through `/dev/kmsg` a message of type:
2929
2929
@@ -16770,6 +16770,8 @@ mv out out.bak
16770
16770
./build-test --size 3 && ./test --size 3
16771
16771
....
16772
16772
16773
+
The `./build-test` command builds a superset of what will be downloaded which also tests other things we would like to be working on the release. For the minimal build to generate the files to be uploaded, see: <<release-zip>>
16774
+
16773
16775
The clean build is necessary as it generates clean images since <<remove-buildroot-packages,it is not possible to remove Buildroot packages>>
16774
16776
16775
16777
Run all tests in <<non-automated-tests>> just QEMU x86_64 and QEMU aarch64.
0 commit comments