1
0
Fork 0
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:
bzt 2020-09-17 04:46:01 +02:00
parent 834de6b900
commit e1023b8f74
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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