summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 18:10:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 18:10:38 +0100
commit9097561c8754c5e9f49a8b0f346de081b3c3bd94 (patch)
tree9c5f8b326852820629dc18ae5003a8a747ad3450 /tools
parent825830590663c363b32c7b9caae8db5f3a5c913f (diff)
[CHORE] Add DDK testing, AsciiUtils tweaks, proof organization.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/kconf.py3
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)