diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 10:22:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 10:22:39 +0100 |
| commit | 9937bcb03d4b3c3e71c33786349d4a41203550c0 (patch) | |
| tree | bdccb35393863256ab0fc806836173c9a7bd50cf /scripts | |
| parent | 0fece463b13c0b6982ceb1be3e26c12444b1cb9e (diff) | |
[FEAT] kernel: Fix SysChk, add MemoryTest, fix BootThread class.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/modules_ahci_x64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/modules_ahci_x64.sh b/scripts/modules_ahci_x64.sh index a5c08ef8..ff58780d 100755 --- a/scripts/modules_ahci_x64.sh +++ b/scripts/modules_ahci_x64.sh @@ -9,3 +9,6 @@ nebuild amd64-ahci-epm.json cd ../ cd BootNet nebuild amd64.json +cd ../ +cd MemoryTest +nebuild amd64.json |
