Page 145 of 262

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

Posted: Sat Apr 09, 2016 11:11 am
by Muazzam
omarrx024 wrote: . . . OSDev is mostly for college students . . .
Just for the clarification, my Facebook bio says I go to "college." It's just a difference of terminology. Here in Pakistan, high school is called "college" and college is called "university."

So, I'm just a high school student.

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

Posted: Sat Apr 09, 2016 1:18 pm
by max
omarrx024 wrote: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.
Let's ask iansjack about this :mrgreen:

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

Posted: Sun Apr 10, 2016 5:28 am
by glauxosdever
Hi,

max wrote:
omarrx024 wrote: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.
Let's ask iansjack about this :mrgreen:
Yes, it's likely he is the oldest here. But since he is retired, he doesn't have to go to work, so he has much more time than people at around 30-40 years.


Finally I have something to show.
Trying variable-width font.
Trying variable-width font.
1460287158.png (8.04 KiB) Viewed 5133 times
Too bad the font is actually a PFF2 bitmap font, created from a TTF using grub-mkfont.


Regards,
glauxosdever

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

Posted: Thu Apr 14, 2016 11:01 am
by LiamT
I'm at work on my kernel's scheduler, and i'm beginning to feel the way Elanore Semaphore must during her trying times.
Currently i'm just trying to get my multilevel feedback queue implementation to actually choose things in the right order based on priority.

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

Posted: Sat Apr 16, 2016 11:55 am
by Techel
My third attempt developing an operating system.
Image
It's called os3.0, source may be found on github: https://github.com/techel/os3.0

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

Posted: Tue Apr 19, 2016 3:08 am
by Hellbender
glauxosdever wrote:
max wrote:
omarrx024 wrote: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.
Let's ask iansjack about this :mrgreen:
Yes, it's likely he is the oldest here. But since he is retired, he doesn't have to go to work, so he has much more time than people at around 30-40 years.
I fit that bracket and can confirm that it's hard to find time for this.

However, I just got my 64-bit rewrite to boot to usermode (upper case letters from kernel boot stages, lower case from the usermode service crt0 and main):

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

Posted: Wed Apr 20, 2016 1:37 pm
by Ycep
Hellbender,
Worser name you couldn't get. Change its name! And you even maked it public!

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

Posted: Wed Apr 20, 2016 2:31 pm
by Hellbender
lukaandjelkovic wrote:Worser name you couldn't get.
Actually the other options were even worse: "snot otter", "devil dog", "mud-devil", "grampus", "allegheny alligator", "mud dog", "water dog", or "leverian water newt". So I think the name stays. :D

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

Posted: Wed Apr 20, 2016 2:40 pm
by jojo
Bro. leverian water newt is boss. You f*cked up.

Weirdly enough, I saw this pop up in active threads and for some unrelated reason just earlier today I had been browsing through your source. I thought it was really cool, of all the random things, the way you're using the name of your OS as both a boot canary and a kind of artistic splash. Pretty creative. Reminds me of the Haiku boot splash in that way.

When you get further along, you must promise me that you will do this all pretty like in VESA or VGA compatibility mode or something.

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

Posted: Thu Apr 21, 2016 8:50 pm
by deleted

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

Posted: Fri Apr 22, 2016 7:02 am
by Cpcdos
My Cpcdos OSx kernel (booted in usb) with 3D hardware&CPU rendering (Directly on screen pointer for this video) in FreeBasic/C/C++14. The 3D graphic engine was wrote in c++11 by my friend :)



With some bugs.. :mrgreen:
Image

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

Posted: Fri Apr 22, 2016 7:25 am
by Techel
RAM utilization over 30000%?

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

Posted: Fri Apr 22, 2016 7:43 am
by Cpcdos
RAM utilization over 30000%?
Oups :roll: it's int/long conversion problem, I will correct this, thank you

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

Posted: Fri Apr 22, 2016 8:24 am
by Techel
Yeah, and -63254% of dark RAM :)
Anyway, pretty nice operating system!

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

Posted: Fri Apr 22, 2016 9:34 am
by Cpcdos
Aha! :mrgreen:
Thank you :D