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

Commit 6620e8c

Browse files
authored
Update BIOS.py
1 parent d382d61 commit 6620e8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

BIOS/BIOS.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
kernelState = None
66

7-
print("SkyOS v2.2 BIOS UPDATE")
7+
print("SkyOS v2.5 fully bugfixed update")
88
print("This device is running SkyOS")
99
print("/kernel/bios")
1010
print(" ^ BIOS is running here")
@@ -13,9 +13,9 @@ def main():
1313
while True:
1414
answer = input("exit? (yes/no): ").strip().lower()
1515
if answer == "no":
16-
print("SkyOS v2.2 BIOS UPDATE")
16+
print("SkyOS v2.5 fully bugfixed update")
1717
print("This device is running SkyOS")
18-
print("/kernel/bios")
18+
print("/main/bios/")
1919
print(" ^ BIOS is running here")
2020
elif answer == "yes":
2121
# Path to the kernel script in the KERNEL folder

0 commit comments

Comments
 (0)