From 6d86897aafbef22b464fca8b5abdc9a8e07544ce Mon Sep 17 00:00:00 2001 From: bzt Date: Thu, 21 Jan 2021 06:16:39 +0100 Subject: [PATCH] Added initstack symbol to the spec --- OLVASSEL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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).