summary refs log tree commit diff
path: root/buildkernel.sh
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-02-19 10:31:13 +0200
committerWlodekM <[email protected]>2025-02-19 10:31:13 +0200
commitbd62694cbff5bb521924ee1608e5b3b3838ccbc6 (patch)
tree3fd2f0528404cc3507a883bcec746ac051d3bddc /buildkernel.sh
parent3cafac0479d25ec70375712576ad2d965d10ebac (diff)
Diffstat (limited to 'buildkernel.sh')
-rwxr-xr-xbuildkernel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildkernel.sh b/buildkernel.sh
index 8c1ab44..c5adf7a 100755
--- a/buildkernel.sh
+++ b/buildkernel.sh
@@ -33,7 +33,7 @@ INITPATH=$PWD/init.cpio
 cd init
 find . | cpio -o -H newc > ../init.cpio
 cd ../kernel
-make
+make -j4
 # make isoimage FDARGS="initrd=/init.cpio init=/sbin/init rdinit=/init root=/dev/root" FDINITRD=$INITPATH -j 6
 cd ..
 cp -f kernel/arch/x86/boot/bzImage ./iso/boot/vmlinuz