diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 18:10:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 18:10:38 +0100 |
| commit | 9097561c8754c5e9f49a8b0f346de081b3c3bd94 (patch) | |
| tree | 9c5f8b326852820629dc18ae5003a8a747ad3450 /tools | |
| parent | 825830590663c363b32c7b9caae8db5f3a5c913f (diff) | |
[CHORE] Add DDK testing, AsciiUtils tweaks, proof organization.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/kconf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/kconf.py b/tools/kconf.py index f6403aee..910c7287 100755 --- a/tools/kconf.py +++ b/tools/kconf.py @@ -4,7 +4,8 @@ import os, json, sys if __name__ == '__main__': - print("kconf: running config script...") + print("kconf: running kernel as standalone...") + os.system("../script/debug_ahci_x64.sh") sys.exit(0) |
