Skip to content

Commit

Permalink
Update BIOS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webbrowser11 authored Jul 27, 2024
1 parent d382d61 commit 6620e8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BIOS/BIOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

kernelState = None

print("SkyOS v2.2 BIOS UPDATE")
print("SkyOS v2.5 fully bugfixed update")
print("This device is running SkyOS")
print("/kernel/bios")
print(" ^ BIOS is running here")
Expand All @@ -13,9 +13,9 @@ def main():
while True:
answer = input("exit? (yes/no): ").strip().lower()
if answer == "no":
print("SkyOS v2.2 BIOS UPDATE")
print("SkyOS v2.5 fully bugfixed update")
print("This device is running SkyOS")
print("/kernel/bios")
print("/main/bios/")
print(" ^ BIOS is running here")
elif answer == "yes":
# Path to the kernel script in the KERNEL folder
Expand Down

0 comments on commit 6620e8c

Please sign in to comment.