blob: 583b98179b3e59e4aa12e85442ac768b9e4b7d22 [file] [log] [blame]
.TH building 9 "18 February 2021" "1" "Building the kernel"
.SH SYNOPSIS
Use the Makefile in /src to build the kernel.
.SH DESCRIPTION
The included Makefile provides several targets useful for building and
debugging the kernel. Here are the useful targets:
kernel.elf: compile multiboot kernel
qemu: run multiboot kernel in qemu
debug: run qemu with debug server and attach gdb
install: build bootable grub image in /bin/bluejay.iso
qemu-iso: boot the iso file
clean: delete build artifacts