This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
LoveOS - Lovely and simple!
Started by LeDark Lua, 20 June 2015 - 10:17 AMPosted 20 June 2015 - 12:17 PM
LoveOS
About:
I always wanted to make Operating Systems fast and easy, and then I found Lua for Minecraft [ a.k.a ComputerCraft ].
Features:
Icons [ You create an *.app in folder /Love/Apps and the os will create an Icon on desktop ]
Multi Tasking/Shell [ Run different programs at the same time ]
Desktop
Boot loader
Boot animation
Screenshots:
Where do I get it?
Just copy this code into your advanced computer:
pastebin get RM5FT66f installer
Comments are appreciated!
Posted 20 June 2015 - 12:41 PM
Looks very nice. I like the design. Just one question, aren't you using the default multi-shell?
You know the community does not appreciate that. Try making you own process manager.
Else keep up the good work and happy coding.
You know the community does not appreciate that. Try making you own process manager.
Else keep up the good work and happy coding.
Posted 20 June 2015 - 01:27 PM
Well ok then, but Whats the point of making my own, mine will work the same.Looks very nice. I like the design. Just one question, aren't you using the default multi-shell?
You know the community does not appreciate that. Try making you own process manager.
Else keep up the good work and happy coding.
Edit: Ok I will try to make my own process manager.
Edited on 21 June 2015 - 07:25 AM
Posted 22 June 2015 - 10:12 AM
I made my own process manager, but its really slow. So ill stick with multishell.Well ok then, but Whats the point of making my own, mine will work the same.Looks very nice. I like the design. Just one question, aren't you using the default multi-shell?
You know the community does not appreciate that. Try making you own process manager.
Else keep up the good work and happy coding.
Edit: Ok I will try to make my own process manager.
Posted 22 June 2015 - 12:30 PM
Do you host the code on github? Here is my own process manager. It is not perfect, but it could give you some ideas.
Posted 22 June 2015 - 03:21 PM
Thanks, but yeah, your code is almost like mine, but mine is a bit begginer-ish you know, but still, I get your idea and mine worked the same.Do you host the code on github? Here is my own process manager. It is not perfect, but it could give you some ideas.
EDIT: Checked your OmniOS, I think that could be a big thing, the code looks nice and everything, right now I can imagine how your newKernel would perform, will it be like Lyquid's Multi-Window OS or like mines or OneOS?
Edited on 22 June 2015 - 01:43 PM
Posted 22 June 2015 - 07:10 PM
Thanks, but yeah, your code is almost like mine, but mine is a bit begginer-ish you know, but still, I get your idea and mine worked the same.Do you host the code on github? Here is my own process manager. It is not perfect, but it could give you some ideas.
EDIT: Checked your OmniOS, I think that could be a big thing, the code looks nice and everything, right now I can imagine how your newKernel would perform, will it be like Lyquid's Multi-Window OS or like mines or OneOS?
More like OneOS. However, I am not focussing on the looks, as much as on the functionality. As for now there is:
- Multitasking
- Coustom FS
- Directory mirroring
- Mounting (a combination)
- An awesome shell called Debug
- Many APIs
I still do not plan on releasing it since it ain't polished enough.