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

Commit 10802c6

Browse files
authored
Update kernel.py
1 parent 4abd915 commit 10802c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_setup():
6262
# Continue with the SkyOS boot process
6363
print("Welcome to SkyOS! Thank you to all those contributors who worked on this!")
6464
print("Hope you find this OS useful!")
65-
print("SkyOS v2.4 architecture written in Python3")
65+
print("SkyOS v2.6 written in Python3")
6666

6767
# Assuming the apps directory is one level up from the KERNEL directory
6868
apps_dir = os.path.join(os.path.dirname(os.getcwd()), 'apps')

0 commit comments

Comments
 (0)