Page 116 of 262

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

Posted: Sat Jan 10, 2015 1:11 pm
by BrightLight
I'm now working on a GUI for ZeroOS. Vector OS is being temporarily postponed, because I have exams now and not enough time to rewrite an entire kernel. So here's the ZeroOS GUI startup screen!
Don't ask me for the desktop itself, it's probably not ready to be seen yet! :D :mrgreen:
If you really want to see the desktop, go to the "When your OS goes crazy" thread and see my post !! :lol:

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

Posted: Sun Jan 11, 2015 7:24 am
by BrightLight
Yaaaaay!!! Got mouse support on my desktop! "The circle is the cursor, arrows are too hard to draw :D :D "
The mouse took overnight to implement and the font in Courier! "I opened paint and wrote all the characters in Courier font and save it as BMP file, until i have TrueType it will be like this!"
I'm aiming for a desktop that looks like GNOME 1 or Windows 3x, I can't decide which looks better!
Any suggestions? :)
Thanks!

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

Posted: Sun Jan 11, 2015 9:43 am
by Roman
It's better to create your own design.

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

Posted: Sun Jan 11, 2015 11:31 am
by Muazzam
My OS running my text editor:
Image

Compiling itself with FASM:

Image

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

Posted: Sun Jan 11, 2015 12:59 pm
by BrightLight
@Roman Mmmm, it's just that GNOME 1 and Windows 3x are very clean and beautiful desktops :mrgreen: :D

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

Posted: Sun Jan 11, 2015 1:03 pm
by BrightLight
muazzam wrote:Compiling itself with FASM:
Very impressive! Well done! :)
Is your kernel a 16-bit kernel? Was porting FASM easy?

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

Posted: Mon Jan 12, 2015 12:18 am
by Muazzam
omarrx024 wrote:
muazzam wrote:Compiling itself with FASM:
Very impressive! Well done! :)
Is your kernel a 16-bit kernel? Was porting FASM easy?
My kernel is 32-bit and porting FASM was very easy.

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

Posted: Mon Jan 12, 2015 6:11 am
by BrightLight
muazzam wrote:My kernel is 32-bit and porting FASM was very easy.
Is it available for download? I'd like to try it :)

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

Posted: Mon Jan 12, 2015 6:52 am
by Muazzam
omarrx024 wrote:
muazzam wrote:My kernel is 32-bit and porting FASM was very easy.
Is it available for download? I'd like to try it :)
..

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

Posted: Mon Jan 12, 2015 9:08 am
by Dinso
Me and some friends have been working on this multitasking, modular, monolithic and graphical kernel and OS since December 2014. We've decided to call it Dinso and here are its boot loader and start up screens.
The desktop is under heavy development, but it will be ready in a few weeks!
It currently boots from hard disks and CD-ROMs and can execute programs in the RTX "Real Time eXecutable" file format. A C library has been ported. As of now, the OS is written entirely in C and C++, except parts of the boot loader and small parts of the kernel, which are written in assembly language.
The kernel supports ramdisk. As of now, Dinso can load and execute programs from a ramdisk.

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

Posted: Mon Jan 12, 2015 1:26 pm
by BrightLight
@Dinso that's nice! I've also got a graphical boot screen (VGA 320x200x256) and a desktop under development (Vesa 640x480x256) what is your resolution?

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

Posted: Mon Jan 12, 2015 1:32 pm
by Dinso
omarrx024 wrote:@Dinso that's nice! I've also got a graphical boot screen (VGA 320x200x256) and a desktop under development (Vesa 640x480x256) what is your resolution?
Thanks! Our boot manager runs in mode 3 (text 80x25 16 colors) and our desktop is resolution independent. The start up is in VESA 800x600x256. The kernel itself is text mode and it is a program within the ramdisk that sets the mode and everything.

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

Posted: Tue Jan 13, 2015 4:49 am
by Dinso
Here are Dinso's nearly finished GUI. The program shown "sysinfo" is mostly just a test for the CPUID driver, system interrupts and calls and the desktop's window manager.
We're now working on a task manager. Some bugs have been fixed in the DFS "Dinso File System" file system driver.

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

Posted: Thu Jan 15, 2015 1:40 pm
by AndrewAPrice
Nice looking GUI Dinso!

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

Posted: Fri Jan 16, 2015 12:11 am
by Roman
I agree, GUI looks nice, except for some elements: maximize, close, minimize buttons. I think, they would look better, if they were just circles without squares.