Closed shengwen-tw closed 1 year ago
Reservation of 32MiB introduces about 20~30 seconds of extra booting time on my AMD Ryzen 7 PRO 4750U (8 cores)
machine.
The user may find the OS stop at the following line for a while:
[ 0.152986] Unpacking initramfs...
One dirty fix for short term might be shrinking the size of the linux,initrd-end
property for now.
Reservation of 32MiB introduces about 20~30 seconds of extra booting time on my
AMD Ryzen 7 PRO 4750U (8 cores)
machine.
Let's set 8 MB by default and introduce build-time option to specify the memory layout.
This pull request is for solving #24, where the modifications mainly include:
initrd-start
andinitrd-end
properties.initramfs
by default.build-image.sh
to copy therootfs.cpio
file frombuildroot/
to project's root directory.