-
Notifications
You must be signed in to change notification settings - Fork 0
API Docs:`base` library
FrenchPythonLover edited this page May 29, 2024
·
5 revisions
This is a lib containing useful info about IZOS:
data (./usr/lib/data): A file containing the active directory of IZOS, do not try things with it, as it would mess up with the active session.Therefore, a simple reboot solve the problem.
float: version:The IZOS version
function: klog(text):print text as the kernel was logging.
string: user:username
string: netname:network name
list: commands:A list containing for each commands an dict, which contain a "name" element (string) which refers to the command name, and an "exec" (lambda function, except for ls) element, which is a function containing the action of the command.
Thank you for enjoying IZOS !