diff --git a/OLVASSEL.md b/OLVASSEL.md index d2e4743..1f572c4 100644 --- a/OLVASSEL.md +++ b/OLVASSEL.md @@ -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. diff --git a/README.md b/README.md index 8cba7db..6db78ae 100644 --- a/README.md +++ b/README.md @@ -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).