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

Commit 9d263bc

Browse files
authored
Update kernel.py
1 parent c9bc7c3 commit 9d263bc

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

kernel/kernel.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def panic(errorCode):
1616

1717
# Assuming the apps directory is one level up from the KERNEL directory
1818
apps_dir = os.path.join(os.path.dirname(os.getcwd()), 'apps')
19-
BIOS_location = os.path.join(os.path.dirname(os.getcwd()) + "BIOS")
19+
BIOS_location = os.path.join(os.path.dirname(os.getcwd()), "BIOS")
2020

2121
command_history = []
2222

@@ -114,13 +114,7 @@ def panic(errorCode):
114114
else:
115115
panicErrorCode = "MISSING_BIOS"
116116
break
117-
elif command == "eternal-anger":
118-
print("You know, webbrowser11 seriously removed the Java support without even removing the help entry!")
119-
print("I helped fix his bugs, but he removed that Java stuff without cleaning things up!")
120-
print("Scratch_Fakemon says pastaOS is bad, but at least pastaOS Sedani would be a better quality than skyOS!")
121-
print("In fact, how about I rewrite the entirety of skyOS while I'm at it with a higher quality?")
122-
print("After all, you could say I am a perfectionist when it comes to my code, and skyOS has many bugs!")
123-
print("I literally fixed webbrowser11's bugs and cleaned up his code, yet he removed Java support without cleaning up the rest!")
117+
124118
else:
125119
print(command + " is not a valid command. Type 'help' for a list of commands.")
126120

0 commit comments

Comments
 (0)