summaryrefslogtreecommitdiffhomepage
path: root/tools/kconf.py
blob: 910c7287489cab2f2cfe140e1a7934a3ecaecafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import os, json, sys

if __name__ == '__main__':
    print("kconf: running kernel as standalone...")
    os.system("../script/debug_ahci_x64.sh")
    sys.exit(0)