OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 8:59 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 216, 217, 218, 219, 220, 221, 222 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Apr 25, 2018 8:08 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Image

Continuing to backport functionality and design elements from Python desktop environment, as well as pushing out a lot of little improvements behind the scenes.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Apr 30, 2018 3:13 pm 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
Wow, after a long long long break I am finally getting somewhere.
I know this might not be as exciting as some of your fancy GUI stuff, but hey FAT 32 Stage 2 loaded for the first time!
Attachment:
Stage_2_Working.png
Stage_2_Working.png [ 22.85 KiB | Viewed 154873 times ]

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun May 13, 2018 12:20 pm 
Offline
Member
Member

Joined: Sat Sep 24, 2016 12:06 am
Posts: 90
Image
Image


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed May 16, 2018 12:47 pm 
Offline
Member
Member

Joined: Thu Aug 18, 2005 11:00 pm
Posts: 134
Location: Sol. Earth. Europe. Romania. Bucuresti
Solar OS, Romanian OS written fully in ASM (sol_asm)
The x64 version is in development now:

http://www.oby.ro/os/

http://www.oby.ro/os/os_screen.htm

http://www.oby.ro/os/images/x64/Virtual ... _59_05.png

Image

_________________
Ambition is a lame excuse for the ones not brave enough to be lazy; Solar_OS http://www.oby.ro/os/


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed May 16, 2018 3:08 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 17, 2016 4:55 am
Posts: 251
That GUI is back 0.0 (I honestly like it more than a lot of modern stuff, shame that font doesn't fare that well when you try to make larger versions...)

Random stupid nitpick (also relevant back then, but I wasn't around the forum at the time :v), but could those transparent windows be less transparent? (e.g. 75% alpha instead of 50% alpha) Just to make text easier to read when it's on top of busy parts of the screen.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed May 16, 2018 4:21 pm 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
that's truely f&cking awesome, bogdan! I am so jealous. :mrgreen: but also looking at such achievements is inspiring.
I like how reliefness is done. perfect as for my eye of a Win classic theme all time lover. ^_^

_________________
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed May 16, 2018 5:40 pm 
Offline
Member
Member

Joined: Thu Aug 18, 2005 11:00 pm
Posts: 134
Location: Sol. Earth. Europe. Romania. Bucuresti
Thank you guys for your nice words ;)

Sure I can make the alpha less than 50 % ;)
(I will add an option)

And there is a bigger font in there somewhere also :D

I like the GUI as it is :D
But I am open to suggestions and I will add more options to make it skinable or have a "modern" look if the user wants it.

Here is a window / clock with a slightly bigger font.

http://www.oby.ro/os/images/x64/Virtual ... _47_27.png

Image

_________________
Ambition is a lame excuse for the ones not brave enough to be lazy; Solar_OS http://www.oby.ro/os/


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri May 18, 2018 9:20 am 
Offline
Member
Member
User avatar

Joined: Mon Jun 15, 2009 10:01 am
Posts: 311
Location: France
Glad your OS isn't dead, Bogdan!
I stopped mine because of lack of time, but I continue sometimes to visit the forums :)

_________________
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon May 21, 2018 3:59 pm 
Offline

Joined: Thu May 04, 2017 1:17 am
Posts: 2
Hello, f2! Tell me please, where can I download images of your operating systems and assembler? I really liked your screenshots and I would like to see and try how they work.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat May 26, 2018 4:52 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 15, 2009 10:01 am
Posts: 311
Location: France
deimos wrote:
Hello, f2! Tell me please, where can I download images of your operating systems and assembler? I really liked your screenshots and I would like to see and try how they work.

There is currently no way to download images of my OS and my assembler, and I don't plan to make them available again.
The latest builds did not have the fancy GUI of the earlier releases. Also, they were unusable because I did not finished my UEFI bootloader. So I don't know if you would be interested to try the OS as it is, except if you like to see an "Hello, world !" on the screen :) At least, the assembler was working very well.

_________________
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun May 27, 2018 5:17 am 
Offline
Member
Member

Joined: Thu Aug 18, 2005 11:00 pm
Posts: 134
Location: Sol. Earth. Europe. Romania. Bucuresti
deimos wrote:
Hello, f2! Tell me please, where can I download images of your operating systems and assembler? I really liked your screenshots and I would like to see and try how they work.


But If you actually wanted to see my OS (ie the nice images from the above post) ;)

then you can download and tes the 32 bits version from:
http://www.oby.ro/os/index.html

Let me know if you want me to make the x64 version available for testing
(ie to test exactly the above images)

I did not make it available for download (yet, but it will be available) because it is "Work in Progress"

_________________
Ambition is a lame excuse for the ones not brave enough to be lazy; Solar_OS http://www.oby.ro/os/


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun May 27, 2018 5:22 am 
Offline
Member
Member

Joined: Thu Aug 18, 2005 11:00 pm
Posts: 134
Location: Sol. Earth. Europe. Romania. Bucuresti
BTW the Work in Progress for Solar_OS in x64 bits is going quite well:

Here is a screen shot of more applications running:
Image

And here is a screenshot of am WaterMark application I am developing for Solar_OS:
(notice de "complex" Image Control that is used in multiple windows) ;)

Image

_________________
Ambition is a lame excuse for the ones not brave enough to be lazy; Solar_OS http://www.oby.ro/os/


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun May 27, 2018 5:54 am 
Offline
Member
Member

Joined: Thu Aug 18, 2005 11:00 pm
Posts: 134
Location: Sol. Earth. Europe. Romania. Bucuresti
And here is the download link if you want to test it "as it is"
http://www.oby.ro/os/files/x64/sol_os_x64_2018_05_27_v0_1_108

Please note that some buttons will not work (not done yet/ WIP)

Also there is a bug in HDD Explorer that will fail to load (hex view) a file when you first double click on it.
(cache init problems in paradise). Just double click it again / enter on it will fix the issue for now :D

You should use the provided os8.dsk file with a floppy device in Virtual Box or another emulator
Add a ATA HDD formatted with FAT32 and some files on it
32M video RAM and 256M or 512M of RAM should do. (you can go lower)

You can drag and drop files (24 bits BMP) from the HDD Explorer into target windows in Bitmap Viewer or WaterMark Application

The GUI is kind of locked at approx 20FPS for now ;) but it will speed up when needed
(try fast moving the mouse)

Please Do not try to move windows / mouse outside of screen (the clipper is not done, might crash)

Have fun ;)

_________________
Ambition is a lame excuse for the ones not brave enough to be lazy; Solar_OS http://www.oby.ro/os/


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Jun 02, 2018 11:14 am 
Offline
User avatar

Joined: Fri Apr 20, 2018 8:00 am
Posts: 9
Location: Sri Lanka
Hello guys
I just built my first version of my simple VGA text based OS.I attached some images with this.

Thanks for helping me.
Image
Image
Image
Image

_________________
- vishwajith Weerasinghe -


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Jun 08, 2018 8:11 am 
Offline

Joined: Mon Jun 04, 2018 6:37 am
Posts: 4
Nothing fancy, but I just added support for 90x60 text mode when it's built for i386.
Image

My switching code (credit due to Chris Giese) doesn't work in long mode, though.
Image

I'm fairly new to OSDev, so if you have any ideas/suggestions don't hesitate! :D

_________________
"You’re free to praise Microsoft Windows on your own if you want, but please don’t do this in GNU packages." - GNU C Portability Standards


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 216, 217, 218, 219, 220, 221, 222 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], SemrushBot [Bot] and 74 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group