←  Operating Systems

ComputerCraft | Programmable Computers for Minecraft

»

OmniOS - The OS than can do (almost) anything

Poll: OmniOS

How would you rate OmniOS?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.

Do you like OmniOS?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.

What do you want to be improved?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote Guests cannot vote

Creator's Photo Creator 11 Aug 2015

I probably won't be able to code for the next month so enjoy! -That totally made sense.
Quote

LeDark Lua's Photo LeDark Lua 12 Aug 2015

If you have a Smartphone, DroidEdit ( This is like SublimeText but Smartphone edition ), Love2D and HackerKeyboard you can continue your project, thats what I do when I'm away from PC ;)

EDIT: What i saw today is that "Super Hot" game has Omni piOS :o
Edited by LeDark Lua, 12 August 2015 - 02:28 PM.
Quote

Creator's Photo Creator 12 Aug 2015

Thanks for the tipp! Will see what I can do.
Quote

MKlegoman357's Photo MKlegoman357 12 Aug 2015

If we're talking about code editors for Android, then I'd suggest Quoda. This is the best code editor I've used on Android.
Quote

LeDark Lua's Photo LeDark Lua 13 Aug 2015

Oh thanks :D Quoda looks more like Sublime Text 2/3.

EDIT: Ok but i still prefer DroidEdit becouse you can select your coding language ( For ex: Lua ofc :P ), and you can open multiple files at once and edit them and there is no limitation ;).
Edited by LeDark Lua, 13 August 2015 - 08:21 AM.
Quote

Creator's Photo Creator 14 Aug 2015

Wow, thanks. Lots of feedback. I like it!
Quote

LeDark Lua's Photo LeDark Lua 14 Aug 2015

Yup, dont mention it, feedback is the main thing to keep on with the projects ;)
Quote

Creator's Photo Creator 15 Aug 2015

Yep, I totally agree with you!
Quote

LDDestroier's Photo LDDestroier 29 Aug 2015

Just tested it out on ccemuredux. Looks pretty cool!

1. When using the terminal, the command 'ls' doesn't work (No such program). You gotta check that out, as well as any other regular bash commands.
2. Is there a keybinding for switching tasks left and right, or opening the task menu? That'd speed things up a bit.
3. When using the bottom menu on the main screen (the one that shows Shutdown and Restart and Refresh), and I press the left or right arrows, it just changes the background color to green.
4. On the main screen, the 'Bette' icon does nothing. What is a 'Bette' anyway?
Edited by LDDestroier, 29 August 2015 - 03:50 AM.
Quote

Creeper9207's Photo Creeper9207 29 Aug 2015

Ok, im really impressed, but can you put the kernel up for download for others to use in thier' oses? I suck at multitasking XD
Quote

cyanisaac's Photo cyanisaac 29 Aug 2015

View PostCreeper9207, on 29 August 2015 - 08:24 PM, said:

Ok, im really impressed, but can you put the kernel up for download for others to use in thier' oses? I suck at multitasking XD

For most stuff you can use the parallel api which is very very simple.
Quote

AndreWalia's Photo AndreWalia 29 Aug 2015

View PostDr. Poof, on 09 August 2015 - 09:39 PM, said:

It's standard, not standart.

and OSes don't have BIOSes. Computers do.

Actually Motherboards do, not computers.
(Sorry I had to)
Quote

Lignum's Photo Lignum 29 Aug 2015

View Postcyanisaac, on 29 August 2015 - 10:53 PM, said:

For most stuff you can use the parallel api which is very very simple.

Not really, how are you going to add new processes after waitForAll/waitForAny has been called?
Quote

Geforce Fan's Photo Geforce Fan 30 Aug 2015

View PostAndreWalia, on 29 August 2015 - 11:02 PM, said:

View PostDr. Poof, on 09 August 2015 - 09:39 PM, said:

It's standard, not standart.

and OSes don't have BIOSes. Computers do.

Actually Motherboards do, not computers.
(Sorry I had to)
Motherboards are capable of basic math.
Therefore, motherboards are computers.
Technically.
Quote

Creeper9207's Photo Creeper9207 31 Aug 2015

View Postcyanisaac, on 29 August 2015 - 10:53 PM, said:

View PostCreeper9207, on 29 August 2015 - 08:24 PM, said:

Ok, im really impressed, but can you put the kernel up for download for others to use in thier' oses? I suck at multitasking XD

For most stuff you can use the parallel api which is very very simple.

Nuh, i want to be able to pause ma tasks
Edited by Creeper9207, 31 August 2015 - 12:33 AM.
Quote

Creator's Photo Creator 01 Sep 2015

In order to download the kernel, go to https://github.com/C...Core/Kernel.lua
Quote

Conczin's Photo Conczin 11 Sep 2015

Im not sure if this is a bug, but nPaint and Edit do not launch and Aware does nothing, only shows a black screen.

The ability to control this OS with the keyboard too would be helpful in some cases, like switching between taskes and so on.

I like the backgroundcolor option, but if I press one of the arrows (left/right) in the options bar on the desktop, the background switches to green. Why?

You can increase the performance by drawing only things you need. For example you redraw the full screen by pressing the arrows on the top corners, but nothing changes.

As already said in another post, stopping non selected tasks has to be fixed.

All in all a nice OS (or the beginning of one) ^_^
Quote

Creator's Photo Creator 12 Sep 2015

Thanks for the tipps. Now that I can code again, the project will evolve further. That sounded akward. :P
Quote

Creator's Photo Creator 13 Sep 2015

I have an issue I can't seem to find a solution too. The cursor does not blink. I do use the standard window API. Does anyone have an idea what could be causing that?
Quote

Creator's Photo Creator 27 Sep 2015

There is a way to control OmniOS with the keyboard.
Pressing "Alt" and the number corresponding to the process will switch to it.
Example:
Alt + 1 takes you to the Debug app.
Quote