mirror of
https://github.com/AndreVallestero/minimal-efi
synced 2026-08-26 12:26:03 -04:00
Changed order
This commit is contained in:
parent
d3d5475cc3
commit
1e3cba47e5
1 changed files with 2 additions and 2 deletions
|
|
@ -2,14 +2,14 @@
|
|||
A bare-bones minimal executable application for efi on the x64 platform
|
||||
- 0 external dependencies
|
||||
- 1 source file
|
||||
- 42 SLOC
|
||||
- 2 compile commands
|
||||
- 42 SLOC
|
||||
- 2560 bytes binary
|
||||
|
||||
## Build tools
|
||||
The only build tools required are `clang` and `lld`. This project does not depend on any external headers, libraries, or link files.
|
||||
|
||||
On arch linux this can be easily installed with the command
|
||||
On arch linux this can be easily installed with the command
|
||||
`pacman -S clang lld`
|
||||
|
||||
## Building
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue