Skip to content

Commit

Permalink
Update kernel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webbrowser11 authored Aug 18, 2024
1 parent 4abd915 commit 10802c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run_setup():
# Continue with the SkyOS boot process
print("Welcome to SkyOS! Thank you to all those contributors who worked on this!")
print("Hope you find this OS useful!")
print("SkyOS v2.4 architecture written in Python3")
print("SkyOS v2.6 written in Python3")

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

0 comments on commit 10802c6

Please sign in to comment.