Add paging
diff --git a/doc/building.9 b/doc/building.9
new file mode 100644
index 0000000..583b981
--- /dev/null
+++ b/doc/building.9
@@ -0,0 +1,18 @@
+.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