Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 661dcdd

Browse files
committed
new kernel is bigger, increase the cbfs rom size
Signed-off-by: Wang Xu <[email protected]>
1 parent 22a65f7 commit 661dcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/make-initrd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ "$1"x = "cbfs"x ]; then
3636

3737
mkdir .cbfs
3838
dd if=/dev/zero of=.cbfs/boot.bin bs=4096 count=1
39-
cbfstool .cbfs/cbfs.rom create -s 4096k -B .cbfs/boot.bin -m x86 0x1000
39+
cbfstool .cbfs/cbfs.rom create -s 8128k -B .cbfs/boot.bin -m x86 0x1000
4040
cbfstool .cbfs/cbfs.rom add -f kernel -n vmlinuz -t raw
4141
cbfstool .cbfs/cbfs.rom add -f hyper-initrd.img -n initrd -t raw
4242
echo 'console=ttyS0 panic=1 no_timer_check' > .cbfs/cmdline

0 commit comments

Comments
 (0)