Page 142 of 262

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

Posted: Sat Feb 20, 2016 12:29 pm
by mariuszp
Work in progress GUI.

Image

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

Posted: Sat Feb 20, 2016 1:44 pm
by BrightLight
mariuszp wrote:Work in progress GUI.
Beautiful! Mind if you PM me that background?

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

Posted: Sat Feb 20, 2016 1:47 pm
by nakst
mariuszp wrote:Work in progress GUI.
How are you setting the graphics mode? Do you use hardware acceleration? It looks very pretty! =D>

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

Posted: Sat Feb 20, 2016 6:16 pm
by mariuszp
@omarrx024: I have sent you the background over PM.

@nakst: currently it sets the video mode using BGA, but there is an abstract interface over graphics hardware, so I can port it to use VESA by simply writing a new driver. Hardware acceleration is not yet supported.

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

Posted: Mon Feb 22, 2016 1:23 am
by ggodw000
my latest purchase is a "primer on memory consistency and cache coherency" by Daniel J. Sorin, Mark D.Hill and David A. Wood, after a lot of searching on topics i.e. memory cache coherency and related topics, I finally received, went through few chapters so far. I already think it is well-written not too technical yet complicated enough to be a graduate course level study.

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

Posted: Mon Feb 22, 2016 8:07 am
by zesterer
My x86_64 operating system (not much more than a basic kernel and a kernel-space C library so far)
Screenshot from 2016-02-22 14-05-35.png
As is obvious, it's called "Thoth".

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

Posted: Wed Mar 02, 2016 1:07 pm
by nakst
I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3

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

Posted: Thu Mar 03, 2016 8:06 am
by osdever
nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.

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

Posted: Thu Mar 03, 2016 10:17 am
by nakst
catnikita255 wrote:
nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.
This message is printed just before I switch to preemptive scheduling. Since I can't think of a processor speed independent way to test if the PIT is working correctly, I just added in that line. I'll probably remove it in the future - most of the logging stuff now is temporary and for debugging reasons only.

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

Posted: Thu Mar 03, 2016 2:57 pm
by dseller
catnikita255 wrote:
nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.
I like how the 'q' looks in your font :lol:

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

Posted: Fri Mar 04, 2016 7:36 am
by osdever
dseller wrote:
catnikita255 wrote:
nakst wrote:I've made some progress on my operating system and it's now able to load files from the hard drive on ext2 volumes! (that said, my VFS needs some serious work). Using the STB truetype library I've created a little test program where you enter the path of a font, and then type a message with it, which will be converted to ASCII art. I think it's pretty cool :3
Cool. But why you have a "if the kernel hangs here bla bla bla" line? Why not use the system test and display that message only when needed? This is my OS on 31 MB of RAM, so it crashes with error.
I like how the 'q' looks in your font :lol:
It's stupid, I know.

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

Posted: Sat Mar 05, 2016 7:52 am
by ~
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

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

Posted: Mon Mar 07, 2016 3:03 am
by osdever
U365 on Bochs. See that cool text in the bottom :D

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

Posted: Wed Mar 09, 2016 8:36 am
by quxuan
catnikita255 wrote:U365 on Bochs. See that cool text in the bottom :D
why i can not open your website? I want see your source code, have you put your code on github?

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

Posted: Wed Mar 09, 2016 11:04 am
by BrightLight
quxuan wrote:
catnikita255 wrote:U365 on Bochs. See that cool text in the bottom :D
why i can not open your website? I want see your source code, have you put your code on github?
I've noticed that too. catnikita255: your site is down, Chrome says: ERR_NAME_NOT_RESOLVED.