mirror of
https://github.com/limine-bootloader/limine-c-template
synced 2025-09-30 23:03:22 +02:00
Remove stale mention of default variable settings from README.md
This commit is contained in:
parent
4ac1ec59c5
commit
f8f92ba4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue