1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Added initstack symbol to the spec

This commit is contained in:
bzt 2021-01-21 06:16:39 +01:00
parent cb25851528
commit 6d86897aaf
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ Kifejezések
Ha nincs ilyen, akkor a legelső futtathatót tölti be az initrd-ről.
* _kernel fájl_: egy ELF64 / PE32+ [futtatható az initrd-ben](https://gitlab.com/bztsrc/bootboot/tree/master/mykernel),
opcionálisan a következő szimbólumokkal: `mmio`, `fb`, `environment`, `bootboot` (lásd gép állapot és linker szkript alább).
opcionálisan a következő szimbólumokkal: `mmio`, `fb`, `environment`, `bootboot`, `initstack` (lásd gép állapot és linker szkript alább).
* _BOOTBOOT struktúra_: a [bootboot.h](https://gitlab.com/bztsrc/bootboot/blob/master/dist/bootboot.h)-ban definiált struktúra.

View file

@ -129,7 +129,7 @@ Glossary
Without one the first executable found will be loaded.
* _kernel file_: an ELF64 / PE32+ [executable inside initrd](https://gitlab.com/bztsrc/bootboot/tree/master/mykernel),
optionally with the following symbols: `mmio`, `fb`, `environment`, `bootboot` (see machine state and linker script).
optionally with the following symbols: `mmio`, `fb`, `environment`, `bootboot`, `initstack` (see machine state and linker script).
* _BOOTBOOT structure_: an informational structure defined in [bootboot.h](https://gitlab.com/bztsrc/bootboot/blob/master/dist/bootboot.h).