Page 176 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 6:57 am
by Octacone
catnikita255 wrote:BTW octacone's OS is really better than your or mine.
Basic OS is not that amazing. Thanks! :)

Also @sortie does not post often, but when he does he blows us all away. Mind-blowing!

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 10:08 am
by pdurlej
Another two Nameless OS UI themes:

Image

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 10:59 am
by Ycep
I think that third-party themes would be good idea for you, Peter.

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 11:16 am
by Primis
sortie wrote: Vim is cool and all, but it became obvious I needed a port of the standard editor:
About time Sortie! I can finally use your OS because it has glorious ed!

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 11:23 am
by Ycep
"No third party editors" - Sortie
If you would publish programmer specification for Sortix OS maybe somebody could port & compile their third party editor themselves, and in such way you would never need to port something third-party yourself.

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 4:23 pm
by sortie
Lukand wrote:"No third party editors" - Sortie
If you would publish programmer specification for Sortix OS maybe somebody could port & compile their third party editor themselves, and in such way you would never need to port something third-party yourself.
I suggest you actually read about my OS. That sentence did not mean third party software is prohibited, but just that so far no editors had been ported. The programmer specification is the C standard as of 2011 and the international POSIX 2008 standard with a bunch of de-facto extensions from existing systems and a bit of my own. All of the source code (including ports) is available and you can study the libc headers to see what it provides. All this stuff is well documented and Unix users have manual pages that mostly apply as well. In other words, it's totally doable to develop for my system and everybody can port stuff. But despite all this, people haven't ported much, except a few minor ports recently. The ed port was contributed, but that was essentially just packaging up a couple of C source files from OpenBSD. I'd happily welcome help with ports. It's a bit difficult though. If one has completed Linux From Scratch, and wants something harder, why not contribute to my ports system?

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 05, 2016 5:19 pm
by Kevin
Really wanted to hack on adding something interesting, but I ended up only fixing regressions. Anyway, I don't think I posted a screenshot of git when I first got it working (partially) and now that is working again, so I guess I can just post this. Partially means that the basic operations within a repo are working (like add/commit/show/diff/branch/checkout/etc.), but things like clone aren't working yet. tyndur doesn't have a few Unix concepts (like fork), so this is kind of expected and just needs some more work.

(Hm, and I think there is still a bug with the date there...)

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Nov 06, 2016 8:14 am
by Roman
Didn't post here for a long time...

Here's a shot of the boot loader (or more correctly the Linux kernel booted by it) I'm currently working on.

http://imgur.com/KJnXqWe

At the moment I have some basic features like VFS, formatted output and keyboard input. My todo list includes graphics output, menu config file parsing and, of course, designing and implementing my kernel boot protocol.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Nov 06, 2016 10:27 am
by osdever
Roman wrote:Didn't post here for a long time...

Here's a shot of the boot loader (or more correctly the Linux kernel booted by it) I'm currently working on.

http://imgur.com/KJnXqWe

At the moment I have some basic features like VFS, formatted output and keyboard input. My todo list includes graphics output, menu config file parsing and, of course, designing and implementing my kernel boot protocol.
Omg, Roman, you've did amazing work, at least for me.

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Nov 07, 2016 6:38 am
by matt11235
Image

Using the EFI Runtime Services to get the current time

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Nov 07, 2016 9:51 am
by issamabd
zenzizenzicube wrote:Image

Using the EFI Runtime Services to get the current time
zenzizenzicube, I like your OS. It looks like my TimerOS's first version.

If you want, you can ameliorate your OS by implementing your own timer interrupt and use it to print and update the clock
every timer tick (in protected mode). Something like this: http://issamabd.com/wp-content/uploads/ ... timeor.png

Good luck.

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Nov 09, 2016 3:58 pm
by Ycep
Roman wrote:Didn't post here for a long time...

Here's a shot of the boot loader (or more correctly the Linux kernel booted by it) I'm currently working on.

http://imgur.com/KJnXqWe

At the moment I have some basic features like VFS, formatted output and keyboard input. My todo list includes graphics output, menu config file parsing and, of course, designing and implementing my kernel boot protocol.
Cool! Wouldn't be a nice idea to create your own bootloader for such an advanced operating system?
They probably deletted my old post since of my short essay "Russians are always good at making stuff".

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Nov 13, 2016 5:53 pm
by mariuszp
A partition editor for the in-progress installer for my OS, Glidix.
VirtualBox_Loader Test_13_11_2016_12_47_52.png

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Nov 16, 2016 2:33 am
by Sik
Finally stopped being lazy enough to implement some basic filesystem (both building the image and adding minimal driver code). So now this thing can execute new programs on the fly instead of being hardcoded. Since the operating system is single tasking (though I may make programs remember their state), "quitting" a program merely loads the default one instead (i.e. the desktop).

Needless to say, that calculator doesn't work. The buttons can be pressed though (all widgets implemented so far actually do their thing).

Image

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Nov 19, 2016 9:04 am
by Octacone
This topic is loosing its sense because of these ongoing discussions.

Basic OS Small Update:
-Added Blue Screen of Death System
-Capable of: dumping registers, showing your the error code and other important things such as what has happened to your OS