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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

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

Post by MajickTek »

klange wrote:New wallpaper and new weather widget icons:

Image
In my eyes, your OS is the best looking, next to Maxdev1's Ghost OS
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
no92
Member
Member
Posts: 306
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

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

Post by no92 »

For the love of God, please stop quoting large chunks of texts/images. A simple mention (e.g. @klange) is absolutely sufficient.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

@klange
I found myself a new desktop background.
Please let your desktop icons enter 2017. Thanks!
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

I also have a new wallpaper. What's to prevent me from posting in my favorite thread? :P
Image

Seriously, though, sometimes posting here can be addicting.
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

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

Post by MajickTek »

no92 wrote:For the love of God, please stop quoting large chunks of texts/images. A simple mention (e.g. @klange) is absolutely sufficient.
Sorry :oops:

I just happen to not delete things in my replies :mrgreen:

I'll try to remember
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

[b]omarrx024[/b] wrote:I also have a new wallpaper. What's to prevent me from posting in my favorite thread? :P
[img]lol[/img]

Seriously, though, sometimes posting here can be addicting.
Very modern looking indeed. Can you please add support for anti-aliasing?
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Octacone wrote:Can you please add support for anti-aliasing?
It's a bitmap font, so probably not any time soon. Anyway, the GUI isn't really my priority for now as it's mostly capable of doing what I need, and I'm working on networking. :)
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Next major step of my OS development: a web browser.
Image

Still not going to try it on an actual page delivered by HTTP, as I barely support enough HTML tags, so for now I'm using a demo HTML page just for testing. Anyway, the underlying system has full support for HTTP and TCP/UDP/IP with sockets and such, and provides drivers for RTL8139 and i8254x NICs.
You know your OS is advanced when you stop using the Intel programming guide as a reference.
onur
Posts: 4
Joined: Wed May 31, 2017 6:49 am

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

Post by onur »

window moving test. (also my first post here :) )Image
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

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

Post by MajickTek »

onur wrote:window moving test. (also my first post here :) )
Welcome to OSDev, the nicest community on the internet!

That is a cool-looking OS, by the way.
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
User avatar
jojo
Member
Member
Posts: 138
Joined: Mon Apr 18, 2016 9:50 am
Libera.chat IRC: jojo
Location: New York New York

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

Post by jojo »

Next major step of my OS development: a web browser.
Bruuuuuhhhhh.

Your work over just the last few months is so impressive that I literally just signed in for the first time in ages just to write the word 'bruh'.
onur
Posts: 4
Joined: Wed May 31, 2017 6:49 am

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

Post by onur »

MajickTek wrote:
onur wrote:window moving test. (also my first post here :) )
Welcome to OSDev, the nicest community on the internet!

That is a cool-looking OS, by the way.

thanks for warm welcome :)

My os it quite a new project. As a young user mode programmer I can say it is amazing to code in the low level (thanks to OSDev). what you're doing is crazy! cool desktop managers, ported softwares, web browsers etc. I hope I can write an actually cool os in the future
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

omarrx024 wrote:Next major step of my OS development: a web browser.
--snip--

Still not going to try it on an actual page delivered by HTTP, as I barely support enough HTML tags, so for now I'm using a demo HTML page just for testing. Anyway, the underlying system has full support for HTTP and TCP/UDP/IP with sockets and such, and provides drivers for RTL8139 and i8254x NICs.
I have to agree with jojo, that is some fabulous progress.
onur wrote:window moving test. (also my first post here :) )
That is crazy looking! How long did it take you do this? :D
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
onur
Posts: 4
Joined: Wed May 31, 2017 6:49 am

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

Post by onur »

Octacone wrote:
omarrx024 wrote:Next major step of my OS development: a web browser.
--snip--

Still not going to try it on an actual page delivered by HTTP, as I barely support enough HTML tags, so for now I'm using a demo HTML page just for testing. Anyway, the underlying system has full support for HTTP and TCP/UDP/IP with sockets and such, and provides drivers for RTL8139 and i8254x NICs.
I have to agree with jojo, that is some fabulous progress.
onur wrote:window moving test. (also my first post here :) )
That is crazy looking! How long did it take you do this? :D
Thank you, I am not satisfied with this looking but things are just get started Actually i have only 2 blank windows :D. They will get beter.

It took me approximately 2-3 months to get here from 0. most of the code ported from tutorials and open source projects and also have limited number of drivers.

I just implemented a window z-order function and a close button. changed the wallpaper as well. it looks like this now:Image

(The image is cropped)
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

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

Post by sortie »

Image
Post Reply