Update readme
This commit is contained in:
parent
ce4a8675e6
commit
72e234e46c
@ -9,9 +9,9 @@ GCC cross compiler (see the next section)
|
||||
|
||||
### GCC cross compiler
|
||||
##### Method 1 - Compile from GCC source.
|
||||
Follow the instructions from wiki.osdev.org/GCC_Cross-Compiler
|
||||
Follow the [instructions](wiki.osdev.org/GCC_Cross-Compiler)
|
||||
|
||||
Set the "TARGET" to "x86_64-elf" instead of "i686-elf" and build libgcc without redzone wiki.osdev.org/Libgcc_without_red_zone.
|
||||
Set the "TARGET" to "x86_64-elf" instead of "i686-elf" and build [libgcc without redzone](wiki.osdev.org/Libgcc_without_red_zone).
|
||||
|
||||
##### Method 2 - Precompiled binaries
|
||||
VERSION: GCC 7.3 + Binutils 2.30
|
||||
@ -32,6 +32,6 @@ This will generate secxkrnl.elf (kernel executable) and secxkrnl.dmp (kernel dum
|
||||
Run "make clean" to clean a build.
|
||||
|
||||
# Running
|
||||
secX requires bootloader secboot (github.com/secXsQuared/secboot).
|
||||
secX requires bootloader [secboot](github.com/secXsQuared/secboot).
|
||||
|
||||
See secboot repository for more information.
|
Loading…
Reference in New Issue
Block a user