blob: 583b98179b3e59e4aa12e85442ac768b9e4b7d22 [file] [log] [blame]
swissChili825d46b2021-02-21 10:14:16 -08001.TH building 9 "18 February 2021" "1" "Building the kernel"
2.SH SYNOPSIS
3Use the Makefile in /src to build the kernel.
4.SH DESCRIPTION
5The included Makefile provides several targets useful for building and
6debugging the kernel. Here are the useful targets:
7
8kernel.elf: compile multiboot kernel
9
10qemu: run multiboot kernel in qemu
11
12debug: run qemu with debug server and attach gdb
13
14install: build bootable grub image in /bin/bluejay.iso
15
16qemu-iso: boot the iso file
17
18clean: delete build artifacts