feature/build-my-own-kernel-rootfs #2

Merged
antoine merged 15 commits from feature/build-my-own-kernel-rootfs into main 2024-01-06 20:25:13 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 7128eb8e35 - Show all commits

View File

@ -10,7 +10,10 @@ use-arch: ../out/arch-rootfs.ext4
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
ln -fs $< ../out/rootfs.ext4
kernel: ../out/vmlinux-5.10.204
use-kernel: ../out/vmlinux-5.10.204
ln -fs $< ../out/vmlinux
use-kernel-custom: ../out/vmvmlinux-custom
ln -fs $< ../out/vmlinux
../out/vmlinux-5.10.204:

View File

@ -44,4 +44,4 @@ make kvm_guest.config
#make -j$(nproc)
#
#./scripts/extract-vmlinux ./arch/x86_64/boot/bzImage > "$WD"/arch-vmlinux.bin
#./scripts/extract-vmlinux ./arch/x86_64/boot/bzImage > "$WD"/vmlinux-$KERNEL_VERSION.bin