Jump to content


Zac13422's Content

There have been 4 items by Zac13422 (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#256533 zOS 0.2 alpha

Posted by Zac13422 on 20 July 2016 - 07:23 PM in Operating Systems

View PostLyqyd, on 20 July 2016 - 06:39 PM, said:

You might check out packman for package management if you're not dead-set on building your own.
Your package manager looks really interesting. It would make me gain a lot of time. However after a look at the code, I saw that we don't use the same directories. So how about a fork (anyway, I give you all the credits :) )? If so, can I change the name of the program and says it's a fork of yours.
I also made a wiki for zOS on my GitHub repo. You can check it out here https://github.com/Zac13422/zOS/wiki . It's WIP but I'm working on it so that users could know what's the changes between craftOS and zOS.



#256514 zOS 0.2 alpha

Posted by Zac13422 on 20 July 2016 - 04:30 PM in Operating Systems

View PostNothy, on 20 July 2016 - 02:32 PM, said:

View PostZac13422, on 20 July 2016 - 01:10 PM, said:

Thanks for your reply.
I just want to know what's not working with ls/list. Were you connected as root or as another user?
About the GUI, I'm not focused on it now. Currently I'm just remaking the basic commands, the shell and a new program manager which will be able to install new programs, update and remove them.
For the next version, I will make zsh (the shell) more customizable and I will implement the package manager.
I was logged in as root, and as a regular user. Seemed to work for neither, and a package manager would be amazing.

Where were you on the computer (you can use the pwd command to see that)?

Currently the system is composed of those directories :
/api : The place for system APIs
/bin : The place for system programs
/data : The place for data files (such as the user list)
/home : The folder which contains all user's personals folder. When you log in as a standard user, it sets your current directory to /home/[your username]
/root : Root's personal folder. When you log in as root, it sets your current directory here
/tmp : Temporary folder. In a future release, all the files in this folder will be deleted on shutdown
/usr : User programs folder. Contains :
/usr/api : User APIs
/usr/bin : User programs
/usr/data : User data files

If we have a look at the prompt on login, we should have that :

[root@yourComputerName ~]# (as root)
or [yourUserName@yourComputerName ~]$ (as a standard user)

The "~" means "Your personal folder" eg. /home/yourUserName or /root
Currently, these directories are empty after the install, and this is maybe why you think the ls command doesn't work. Try "ls /" and see :)



#256501 zOS 0.2 alpha

Posted by Zac13422 on 20 July 2016 - 01:10 PM in Operating Systems

Thanks for your reply.
I just want to know what's not working with ls/list. Were you connected as root or as another user?
About the GUI, I'm not focused on it now. Currently I'm just remaking the basic commands, the shell and a new program manager which will be able to install new programs, update and remove them.
For the next version, I will make zsh (the shell) more customizable and I will implement the package manager.



#256349 zOS 0.2 alpha

Posted by Zac13422 on 18 July 2016 - 04:17 PM in Operating Systems

zOS 0.2 alpha


zOS is a securised system and an overhaul of craftOS. Currently, it's mostly based on craftOS programs but it will change in the future.

Features :
-Multi-user system with a root account
-Permission system (currently, the root can do everything and the other users can only edit their own personal folder. They can't access the /data folder for security reasons and they can't access the lua prompt)
-new shell (zsh) with new colors and a new prompt
-update system
-Work with advanced and non-advanced computers

Download version 0.2 :
pastebin run 4KUJMN3g

At the installation, it will ask you if you want to set the branch to testing. I highly recommend you answering no. The testing branch is used by me to test the new features i will add to the next stable version. The system can change quite fast on this branch while I am working on and can potentially make your system unusable. However if you want to help me by finding bugs or giving suggestions, there's no problem at all.

Remember to keep zOS up to date with the builtin update command.

zOS source code :

Screenshots :
Spoiler

List of new commands :
Spoiler