From b719906e771d185fc26cef0d83b26fcff639b457 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Sun, 6 Oct 2024 18:29:39 -0400 Subject: [PATCH] Update os.py --- os.py | 1 + 1 file changed, 1 insertion(+) diff --git a/os.py b/os.py index 2ded4a1..59a6551 100644 --- a/os.py +++ b/os.py @@ -1,5 +1,6 @@ import os print("[OS] Started up the kernel") +print("[Notice] If you have no internet you can barely use the os. run bash for more features btw, itll put you in linux") print("[AutoLogin] Logged into user root") os.system("mkdir /tmp/pyos > /dev/null") os.system("echo [PyOS] We are the best os! > /tmp/pyos/readme.txt")