This repository was archived by the owner on Nov 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def panic(errorCode):
1616
1717# Assuming the apps directory is one level up from the KERNEL directory
1818apps_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
2121command_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
You can’t perform that action at this time.
0 commit comments