Add a reminder about GCC

This commit is contained in:
Pierre Pronchery 2018-06-19 22:54:02 +02:00
parent fe27011d1b
commit 446965ff97

View File

@ -31,6 +31,10 @@ To build uKernel for the Intel 64-bit architecture, this would be:
$ make ARCH="amd64" CC="/path/to/compiler"
The "CC" parameter is only required if a compiler other than the default is
necessary. When using GCC, it is normally recommended to use a compiler
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.