Skip to content

Commit 6611c4f

Browse files
Added some final Touches :)
1 parent 0b57e59 commit 6611c4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def help_command(command=None):
9595
#Bootloader
9696
def Bootloader():
9797
if booted == False:
98-
print("B-Kernel 3")
98+
print("B-Kernel 3.0.0 Linux")
9999
print("(c) 2023")
100100
time.sleep(random.randint(2, 5))
101101
clear_screen()

windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def help_command(command=None):
8383
def Bootloader():
8484
if booted == False:
8585
os.system('color e0')
86-
print("B-Kernel 3")
86+
print("B-Kernel 3.0.0 Windows")
8787
print("(c) 2023")
8888
time.sleep(random.randint(2, 5))
8989
clear_screen()

0 commit comments

Comments
 (0)