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

Commit 081ad71

Browse files
authored
Update kernel.py
1 parent 9c19f95 commit 081ad71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
print("You need a Mac for this!")
101101

102102
elif command == "bios":
103-
script_path = os.path.join('kernel_dir', 'BIOS_dir', 'BIOS.py')
103+
script_path = os.path.join('BIOS_dir', 'BIOS.py')
104104
if os.path.isfile(script_path):
105105
try:
106106
subprocess.run([sys.executable, script_path], check=True)

0 commit comments

Comments
 (0)