mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Finished porting to coreboot
This commit is contained in:
parent
834de6b900
commit
e1023b8f74
2 changed files with 0 additions and 2 deletions
|
@ -107,7 +107,6 @@ fájlt az alaplapodra.
|
|||
Limitációk
|
||||
----------
|
||||
|
||||
- Mivel védett módban indul, csak az első 4G-nyi RAM-ot képezi le.
|
||||
- A CMOS nvram nem tárol időzónát, ezért mindig GMT+0 kerül a bootboot.timezone-ba.
|
||||
- Coreboot-ban nem lehet felbontást váltani, ezért a "screen=" opciót nem kezeli.
|
||||
- Csak a SHA-XOR-CBC titkosítást ismeri, nincs AES
|
||||
|
|
|
@ -105,7 +105,6 @@ Once you have compiled a coreboot ROM with the BOOTBOOT payload, you can
|
|||
Limitations
|
||||
-----------
|
||||
|
||||
- As it boots in protected mode, it only maps the first 4G of RAM.
|
||||
- The CMOS nvram does not store timezone, so always GMT+0 returned in bootboot.timezone.
|
||||
- Coreboot does not provide a way to set screen resolution, so "screen=" config option is skipped.
|
||||
- Only supports SHA-XOR-CBC, no AES
|
||||
|
|
Loading…
Reference in a new issue