Document compilation out of tree

This commit is contained in:
Pierre Pronchery 2019-03-26 20:03:21 +01:00
parent cb99d68559
commit 90a3b13284

View File

@ -38,6 +38,11 @@ specifically targeted for this purpose.
The resulting kernel is located in `src/kernel/uKernel.bin`. On the i386 and
amd64 platforms, it produces a multiboot-compliant kernel file.
Note that it is also possible to build uKernel outside of the source tree, by
using the "OBJDIR" variable as follows:
$ make ARCH="i386" OBJDIR="$PWD/obj-i386"
Testing uKernel
---------------