nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
185 bytes raw
1
#!/bin/sh
2
set -eu
3
4
make -j"$NB_JOBS" defconfig
5
make -j"$NB_JOBS"
6
mkdir -p "$NB_OUT/boot"
7
cp arch/x86/boot/bzImage "$NB_OUT/boot/vmlinuz"
8
make INSTALL_MOD_PATH="$NB_OUT" modules_install