Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 4abd915

Browse files
authored
Update kernel.py
1 parent f52d5ad commit 4abd915

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

kernel/kernel.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
import sys
44
import platform
55

6-
treevalue = 1
7-
panicErrorCode = None
8-
96
def panic(errorCode):
107
print(f"skyOS has crashed. Error code: {errorCode}")
118

9+
# Example variables; ensure they are used or remove if unnecessary
10+
treevalue = 1
11+
panicErrorCode = None
12+
1213
# Define the path to the setup.py script in the setup directory
1314
setup_script_path = os.path.join(os.getcwd(), 'setup', 'setup.py')
1415

0 commit comments

Comments
 (0)