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

BOOTBOOT payload merged into coreboot

This commit is contained in:
bzt 2020-09-28 19:42:43 +02:00
parent 7ca9bb8384
commit 71ec4bfe9a
8 changed files with 4 additions and 385 deletions

View file

@ -31,10 +31,7 @@ Ez el fog tartani egy jódarabig. A *$(nproc)* helyett add meg, hogy hány CPU c
$ make crossgcc-i386 CPUS=$(nproc)
```
### 4. lépés - A coreboot pecselése és konfigurálása
Másold át és írd felül a [../coreboot könyvtár](https://gitlab.com/bztsrc/bootboot/tree/master/coreboot) fájlait a
coreboot projekted munkakönyvtárába. Ez frissíteni fogja a coreboot konfigurációs rendszerét.
### 4. lépés - Konfigurálás
Ezután be kell konfigurálnod a coreboot-ot, hogy milyen alaplapot (vagy qemu-t) kezeljen, és hogy BOOTBOOT-al induljon.
```sh

View file

@ -31,10 +31,7 @@ This step could take a while. Replace *$(nproc)* with the number of CPU cores yo
$ make crossgcc-i386 CPUS=$(nproc)
```
### Step 4 - Patch coreboot and configure
Copy and overwrite files from [../coreboot directory](https://gitlab.com/bztsrc/bootboot/tree/master/coreboot) to the
coreboot working directory. This will update the coreboot configuration system.
### Step 4 - Configure
Now configure coreboot for your motherboard (or qemu) and BOOTBOOT.
```sh