mtools is also required
This commit is contained in:
parent
16e1386c86
commit
9c33851762
@ -24,7 +24,7 @@ The userspace includes a work-in-progress C standard library, the ToaruOS native
|
||||
|
||||
## Building
|
||||
|
||||
First, ensure you have the necessary build tools, which are mostly the same as mainline ToaruOS: `yasm`, `xorriso`, `genext2fs` (with Debian patches), `python`, and `gnu-efi` to build the EFI bootloader (I'll explore implementing necessary headers and functionality myself in the future, but for now just pull in gnu-efi and make my life easier).
|
||||
First, ensure you have the necessary build tools, which are mostly the same as mainline ToaruOS: `yasm`, `xorriso`, `genext2fs` (with Debian patches), `python`, `mtools` (for building FAT EFI payloads) and `gnu-efi` to build the EFI bootloader (I'll explore implementing necessary headers and functionality myself in the future, but for now just pull in gnu-efi and make my life easier).
|
||||
|
||||
Run `make` and you will be prompted to build a toolchain. Reply `y` and allow the toolchain to build.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user