@@ -0,0 +1,8 @@
echo ">>> Compiling bootloader"
nasm boot.asm -o boot.o -f elf64
echo ">>> Compiling kernel"
gcc kernel.c -o kernel.o -c -m64 -ffreestanding -nostdlib
echo ">>> Linking kernel"
ld -T linker.ld -o SoraOS boot.o kernel.o
The note is not visible to the blocked user.