115 posts
Location
Maidstone, UK
Posted 02 April 2015 - 07:05 PM
Edited on 02 January 2016 - 11:45 AM
1426 posts
Location
Does anyone put something serious here?
Posted 02 April 2015 - 07:24 PM
This a pretty good OS by most standards. However: Bug reports!
Running
cd rom/../ changes to the directory
/rom/..
//. From there I can then go to
/rom/..
//rom. I'd suggest using fs.combine between the current directory and the entered one.
Nano/Edit (
Real programmers use Vim) still works from the root (nano startup in rom will edit /startup instead).
Clicking anywhere but Yes on reboot kinda breaks things a bit.
What are SCalls? 2000 seems like quite a lot.
115 posts
Location
Maidstone, UK
Posted 02 April 2015 - 07:35 PM
This a pretty good OS by most standards. However: Bug reports!
Running
cd rom/../ changes to the directory
/rom/..
//. From there I can then go to
/rom/..
//rom. I'd suggest using fs.combine between the current directory and the entered one.
Nano/Edit (
Real programmers use Vim) still works from the root (nano startup in rom will edit /startup instead).
Clicking anywhere but Yes on reboot kinda breaks things a bit.
What are SCalls? 2000 seems like quite a lot.
Thanks!
Okay, I'll add that to the bug list and try and fix it :)/>
Same as above ^
Haha :P/>
SCalls are my OS's way of dealing with interaction with the 'kernel'. The number there is just for debugging purposes.
Edited on 02 April 2015 - 05:44 PM
115 posts
Location
Maidstone, UK
Posted 02 April 2015 - 11:39 PM
New patch released. Includes minor bug fixes and a few new programs. It also includes
Compress, by Creator!
1029 posts
Location
Missouri, United States, America, Earth, Solar System, Milky Way, Universe 42B, Life Street, Multiverse, 4th Dimension
Posted 05 April 2015 - 12:15 AM
As for that clear bug, I personally have an OS that can have a different background color in the terminal. To tackle the issue of them clearing with black, in my OS, I do something among the lines of this
local oldClear = term.clear
local didClear
function term.clear()
didClear = true
oldClear()
end
And then after the app finishes executing, it checks if didClear is true. If it is, it clears the screen again, and sets it to false.
Edited on 04 April 2015 - 10:15 PM
115 posts
Location
Maidstone, UK
Posted 05 April 2015 - 11:32 PM
As for that clear bug, I personally have an OS that can have a different background color in the terminal. To tackle the issue of them clearing with black, in my OS, I do something among the lines of this
local oldClear = term.clear
local didClear
function term.clear()
didClear = true
oldClear()
end
And then after the app finishes executing, it checks if didClear is true. If it is, it clears the screen again, and sets it to false.
Don't worry, it was just a simple fix :P/>
Because it was an early build, I forgot to put a line of code in.
Thanks,
- Sam
115 posts
Location
Maidstone, UK
Posted 25 November 2015 - 10:17 PM
Updated to BASE 2! Includes many new features and a GUI!
389 posts
Posted 29 November 2015 - 01:16 AM
Rather nice OS, but could you add a Terminal program? Just a renamed version of the Lua Prompt, I hate having to:
run rom/programs/lua
Then, you can't even read the prompt input.
115 posts
Location
Maidstone, UK
Posted 01 December 2015 - 05:05 PM
Updated, a couple more features added like user accounts, a login screen and a settings app.
Rather nice OS, but could you add a Terminal program? Just a renamed version of the Lua Prompt, I hate having to:
run rom/programs/lua
Then, you can't even read the prompt input.
I'm working on this. I want for the console to become a really useful utility in the future so I'll try and fix this bug in the next release.
115 posts
Location
Maidstone, UK
Posted 02 January 2016 - 12:46 PM
Updated to 1.0.3
The info app includes the changelog, listing all new features added. Try out the baseForms utility! I will include a guide on how to properly use it soon.
Thanks,
- Sam
115 posts
Location
Maidstone, UK
Posted 02 January 2016 - 01:12 PM
Update: I am aware of a glitch in the installer. I am working to fix this, and I hope that it will be resolved soon.
115 posts
Location
Maidstone, UK
Posted 02 January 2016 - 06:43 PM
Update: The issue has now been resolved, and BASE 2 can be installed as intended.