diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-05 06:27:18 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-05 06:30:10 +0200 |
| commit | 9b7a2a6461a463b08a120c660fcc64b46b65d417 (patch) | |
| tree | 0f29fbbe829f4d276b0bc3088138c81157fc4c73 /setup_amd64.sh | |
| parent | 1142eb1ca0b0323e5f01e55a16e690346a99f018 (diff) | |
kernel: storage, modules, mbci: implement mbci_read_auth_key, mbci_test_mmio, test DMA on AHCI too.
- Alongside fixes for BootNet, SysChk, and refactor for KernelScheduler, and
MemoryMgr.
- IMPORTANT: Add MBCI specs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'setup_amd64.sh')
| -rwxr-xr-x | setup_amd64.sh | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/setup_amd64.sh b/setup_amd64.sh index b211b4bc..717f7840 100755 --- a/setup_amd64.sh +++ b/setup_amd64.sh @@ -1,11 +1,18 @@ #!/bin/sh # LOG HISTORY: -# 25/03/25: Add 'disk' build step. +# 03/25/25: Add 'disk' build step. +# 04/05/25: Improve and fix script. cd dev/boot/modules/SysChk btb amd64.json -cd ../../ +cd ../ +cd BootNet +btb amd64.json +cd ../../../ +cd user +btb user.json +cd ../boot make -f amd64-desktop.make efi make -f amd64-desktop.make disk make -f amd64-desktop.make epm-img |
