Page 144 of 262

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

Posted: Fri Apr 01, 2016 3:33 pm
by grsan
lukaandjelkovic wrote:
grsan wrote:Hey, so I have been working on my os for a short time, there is very little to see. However, I have implemented basic commands, and I am working on a hex editor. File system coming soon, but for now, this is what it looks like:

Image

Image

Whew. I sure do hope it turns out well. :D
Nice GUI, but i think you made it very strange. You shrinked the terminal so much. And, i think is best to make GUIs graphical. Take a look at Windows 95;Image.
Now just imagine how bad it could look in text 80x25 mode. I think that your next step to your OS is VGA or simplest graphics driver. Cool work, for now 8). If you wish to continue with hex editor and FAT, there is one tip:don't make TUI shells.
Agreed, I have tried implementing VGA, however it didn't go so well, but I will try it again. Thanks for the reply!

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

Posted: Fri Apr 01, 2016 6:23 pm
by mariuszp
After lots of hard work, GCC can now build programs natively under Glidix!

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

Posted: Fri Apr 01, 2016 6:33 pm
by mariuszp
~ wrote:
omarrx024 wrote:
mariuszp wrote:Work in progress GUI.
Beautiful! Mind if you PM me that background?
It's in the source code and in Git (I'd just like to know what the program that generated it looks like, presumably randomly):
http://raw.githubusercontent.com/madd-games/glidix/master/userspace/images/wallpaper.png
Image
Nope, I got that off the internet (can't remember where), and forgot I put it on github.

I asked a graphic designer I know to make a better background, but he's being lazy right now.

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

Posted: Sat Apr 02, 2016 4:54 am
by BrightLight
mariuszp wrote:After lots of hard work, GCC can now build programs natively under Glidix!
Congrats! Does this mean you're self hosting?

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

Posted: Sat Apr 02, 2016 1:02 pm
by mariuszp
omarrx024 wrote:
mariuszp wrote:After lots of hard work, GCC can now build programs natively under Glidix!
Congrats! Does this mean you're self hosting?
Well, not quite yet, I'm still using my really basic shell which probably can't run "configure", I don't have GNU make yet, etc. If I successfully port a shell, "make", and Python, I will become self hosting. :)

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

Posted: Wed Apr 06, 2016 11:40 am
by Coomer69
The starts of a ray tracer running (slowly) on my OS.

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

Posted: Wed Apr 06, 2016 12:37 pm
by osdever
SapphireOS wrote:The starts of a ray tracer running (slowly) on my OS.
Cool!

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

Posted: Thu Apr 07, 2016 10:14 am
by BrightLight
SapphireOS wrote:The starts of a ray tracer running (slowly) on my OS.
Do you have a site/repository? I'm interested in your OS.

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

Posted: Thu Apr 07, 2016 10:35 am
by Coomer69
omarrx024 wrote:
SapphireOS wrote:The starts of a ray tracer running (slowly) on my OS.
Do you have a site/repository? I'm interested in your OS.
Not yet. I will put it on github at some point but I want to develop it a bit more first.

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

Posted: Fri Apr 08, 2016 5:39 am
by DeezRamChips
well, mine is pure sh** compared to yours :cry: :

Image7

The source code: https://github.com/AlexandreRouma/PenutOS

If you want to help, you are welcomed :D

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

Posted: Fri Apr 08, 2016 8:26 am
by max
DeezRamChips wrote:well, mine is pure sh** compared to yours :cry:

The source code: https://github.com/AlexandreRouma/PenutOS

If you want to help, you are welcomed :D
It's not sh**! Looks cool. You've just not been working on it for very long by now, it will take it's time ;)

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

Posted: Fri Apr 08, 2016 10:59 am
by cheapskate01
DeezRamChips wrote:well, mine is pure sh** compared to yours :cry: :

Image7

The source code: https://github.com/AlexandreRouma/PenutOS

If you want to help, you are welcomed :D
No way, your 14 too? I thought i was only one!

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

Posted: Sat Apr 09, 2016 1:38 am
by Muazzam

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

Posted: Sat Apr 09, 2016 4:20 am
by DeezRamChips
I've though I was the only one too :lol:

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

Posted: Sat Apr 09, 2016 4:47 am
by BrightLight
I would naturally assume OSDev is mostly for college students and teenagers. Older people probably have more real life responsibilities and no time for OSDeving.