diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 16:49:59 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 16:54:56 +0200 |
| commit | 7afa74b53110c0258c7fa9ae5aa8e7dde7534b4d (patch) | |
| tree | 157c8de0554bd681fdb30f7a814b21881d905fa4 /debug_ahci_arm64.sh | |
| parent | 11034c004ee7b232e53d69e9f1ae9000f008285f (diff) | |
feat! BenchKit breaking changes.
why:
- Made it expandable to other traits and platforms.
- You can provide a `Traits` now to the `HWChrono`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'debug_ahci_arm64.sh')
| -rwxr-xr-x | debug_ahci_arm64.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debug_ahci_arm64.sh b/debug_ahci_arm64.sh new file mode 100755 index 00000000..af20558a --- /dev/null +++ b/debug_ahci_arm64.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +export AHCI_SUPPORT=1 +export ATA_PIO_SUPPORT= +export ATA_DMA_SUPPORT= +export DEBUG_SUPPORT=1 + +cd dev/kernel +make -f arm64-desktop.make all +cd ../boot +make -f arm64-desktop.make all +make -f arm64-desktop.make disk +cd ../../ +./tools/mk_img.py ./dev/boot/src/nekernel-esp.img ./dev/boot/src/root +cd dev/boot +make -f arm64-desktop.make run-efi-arm64 |
