We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b57e59 commit 6611c4fCopy full SHA for 6611c4f
2 files changed
linux.py
@@ -95,7 +95,7 @@ def help_command(command=None):
95
#Bootloader
96
def Bootloader():
97
if booted == False:
98
- print("B-Kernel 3")
+ print("B-Kernel 3.0.0 Linux")
99
print("(c) 2023")
100
time.sleep(random.randint(2, 5))
101
clear_screen()
windows.py
@@ -83,7 +83,7 @@ def help_command(command=None):
83
84
85
os.system('color e0')
86
+ print("B-Kernel 3.0.0 Windows")
87
88
89
0 commit comments