Page 76 of 262

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

Posted: Sun Jan 15, 2012 3:34 am
by brain
Well here's what mine looks like these days... working shell now :-) hopefully a test release soon...

Image

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

Posted: Thu Jan 19, 2012 9:16 am
by melgmry0101b
Finally , after rewriting my OS , here is Genius HorizonOS
Image 1:
Image
Image 2:
Image
You can visit this website to download and test it:
http://mohamedsalah96.web.officelive.com/GHOS.aspx

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

Posted: Thu Jan 19, 2012 1:10 pm
by Graham
Farok wrote:Hm, is any of you working on a usual multitasking, long-mode, smp kernel? There are tons of protected-mode, single cpu kernels out there, but I haven't really seen one of the former (except Pedigree maybe).
I've been rewriting my previous code so that it uses long mode and it will have SMP support. I've just got up to starting the APs, although there is still lots of work that needs to be done to tidy up the code for that.

A screenshot of it so far:

Image

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

Posted: Sat Jan 21, 2012 10:42 pm
by casnix
This is mah OS (TrollOS) Development is taking the speed of 1 inch a year....education pfft >.> But yeah la idioma del systema es EspaƱol. Or the language is Spanish (mexican accent, I think...).

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

Posted: Mon Jan 23, 2012 12:13 am
by klange
Working on porting my terminal emulator to userspace and replacing the bitmap font with Freetype.

Image

Shell prompt in the upper left is the kernel framebuffer terminal, everything else is test files dumped through the userspace ANSI escape interpreter and renderer.

I support all the ANSI escape sequences required for a modern copy of Vim; this is a dump from an old session of editing the kernel Makefile that I had piped to a file on the host:

Image

Eventually I'll actually have Vim running, shouldn't be too hard anyway...

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

Posted: Mon Jan 23, 2012 12:33 am
by Love4Boobies
Trippy :mrgreen:

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

Posted: Tue Jan 24, 2012 12:05 pm
by klange
I think I finally have this how I want it.

Image

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

Posted: Wed Jan 25, 2012 3:17 am
by bubach
rdos wrote:OK, here is a snapshot made of our terminal (the png-file was created on RDOS):

Image

Here is another example (the non-graphical command interpreter based on FreeDos FreeCom):
Not bad, except it's spelled "Verkligheten"...

So your OS is used for real live applications? What is that, an ATM machine, POS-terminal? Anyway, it's cool.

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

Posted: Wed Jan 25, 2012 12:56 pm
by rdos
bubach wrote:So your OS is used for real live applications? What is that, an ATM machine, POS-terminal? Anyway, it's cool.
Petrol stations. If you fill at a Preem station in southern-middle Sweden you might use it. They are just rolling it out. By april we will have some 300 installations, but our role is minor in that project, only doing the presentation part. Although, the picture is from one of our own stations, which contains all the terminal functionality, except for the credit card part. We have about 60 installations of that one, with more being added.

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

Posted: Wed Jan 25, 2012 1:08 pm
by piranha
Image
Finally got bash to (somewhat) work properly this time (that is, last time it only kinda worked, but not really at all)! I had been putting off re-creating my OS Specific Toolchain because I switched computers and didn't want to rebuild it since I was doing kernel stuff. Finally got around to doing it, and it was a pretty good decision...cleaned up sooooo much old code.

-JL

PS. I know its not 1917 :wink:

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

Posted: Wed Jan 25, 2012 2:18 pm
by bubach
rdos wrote:Petrol stations. If you fill at a Preem station in southern-middle Sweden you might use it. They are just rolling it out. By april we will have some 300 installations, but our role is minor in that project, only doing the presentation part. Although, the picture is from one of our own stations, which contains all the terminal functionality, except for the credit card part. We have about 60 installations of that one, with more being added.
Thats still impressive, how did you even get involved in something like that? Is those things runned on common x86 hardware? If so, why not simply use linux where they can be sure to find support and programmers for a veeery long time ahead. Not that you'd want that personally of course... BTW, nice to see that you'r active here! I checked your source/page for references way back when I started OS-dev in 2003 or so, thought the project was dead. :( Always a pleasure knowing there's still some local talents tinkering away on assembly code, :) Also EelOS and Primula was 2 other swedish assembly OS's that inspired me. :)

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

Posted: Wed Jan 25, 2012 3:29 pm
by rdos
bubach wrote:Thats still impressive, how did you even get involved in something like that?
A little luck + the right job position.
bubach wrote:Is those things runned on common x86 hardware?
Yes, our older terminals run on V25 (basically 8086) processors. I rewrote those in the mid-90s to C++, and stole the code from RDOS for the scheduler. I also made them use preemptive multitasking (they originally used cooperative multitasking). In the begining of 2000 I started to use RDOS as a test environment for the terminals, because we had no debug tools. It was not until 2010 the first PC terminals were ready.
bubach wrote:If so, why not simply use linux where they can be sure to find support and programmers for a veeery long time ahead.
They probably would be converted to Linux at some point, but it would take a while until that is done.
bubach wrote:Not that you'd want that personally of course...
Even if they eventually gets converted to Linux, the RDOS based terminals will still live for a long time. It is not a simple procedure to replace RDOS on a CF with Linux. That would likely require exchanging CF, something that will not be done unless necessary. I'm also not convinced that Linux is as stable as RDOS on the hardware we use. I mean, the OS must never emit panics, or show fault dialogs on screen. It should automatically reboot when errors are encountered.
bubach wrote:BTW, nice to see that you'r active here! I checked your source/page for references way back when I started OS-dev in 2003 or so, thought the project was dead. :( Always a pleasure knowing there's still some local talents tinkering away on assembly code, :) Also EelOS and Primula was 2 other swedish assembly OS's that inspired me. :)
I've been lazy with updating the web-page. I need to redo most of the documentation at some point. BTW, I now have one device-driver in C, the ACPI device-driver. I'll probably code some more in C, most likely new filesystems.

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

Posted: Fri Jan 27, 2012 1:23 pm
by klange
Image

Userspace directory traversal and viewing, as well as login (fork, setuid, exec()) and a rather large MOTD.

Image

update: And now with shadow password support and some functions to get your username.

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

Posted: Fri Jan 27, 2012 9:24 pm
by VolTeK
Well done :)

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

Posted: Thu Feb 02, 2012 1:01 pm
by bubach