Remove stale mention of default variable settings from README.md

This commit is contained in:
mintsuki 2024-12-15 19:22:50 +01:00
parent 4ac1ec59c5
commit f8f92ba4e8

View file

@ -8,7 +8,7 @@ This repository will demonstrate how to set up a basic kernel in C using Limine.
Any `make` command depends on GNU make (`gmake`) and is expected to be run using it. This usually means using `make` on most GNU/Linux distros, or `gmake` on other non-GNU systems.
It is recommended to build this project using a standard UNIX-like system, using a Clang/LLVM toolchain capable of cross compilation (the default, unless `CC` and/or `LD` are explicitly set).
It is recommended to build this project using a standard UNIX-like system, using a Clang/LLVM toolchain capable of cross compilation.
Additionally, building an ISO with `make all` requires `xorriso`, and building a HDD/USB image with `make all-hdd` requires `sgdisk` (usually from `gdisk` or `gptfdisk` packages) and `mtools`.