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
Muazzam
Member
Member
Posts: 543
Joined: Mon Jun 16, 2014 5:59 am
Location: Shahpur, Layyah, Pakistan

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

Post 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.
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

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

Post 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:
glauxosdever
Member
Member
Posts: 501
Joined: Wed Jun 17, 2015 9:40 am
Libera.chat IRC: glauxosdever
Location: Athens, Greece

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

Post 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 5128 times
Too bad the font is actually a PFF2 bitmap font, created from a TTF using grub-mkfont.


Regards,
glauxosdever
User avatar
LiamT
Posts: 9
Joined: Sun Jul 12, 2015 2:21 am
Contact:

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

Post 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.
Attachments
Kernel.png
Kernel.png (8.27 KiB) Viewed 4934 times
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

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

Post 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
Hellbender
Member
Member
Posts: 63
Joined: Fri May 01, 2015 2:23 am
Libera.chat IRC: Hellbender

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

Post 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):
Attachments
usermode.png
usermode.png (1.17 KiB) Viewed 4659 times
Hellbender OS at github.
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

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

Post by Ycep »

Hellbender,
Worser name you couldn't get. Change its name! And you even maked it public!
Hellbender
Member
Member
Posts: 63
Joined: Fri May 01, 2015 2:23 am
Libera.chat IRC: Hellbender

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

Post 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
Hellbender OS at github.
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 »

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.
User avatar
deleted
Member
Member
Posts: 82
Joined: Mon Jul 21, 2014 7:23 pm

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

Post by deleted »

User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post 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
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

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

Post by Techel »

RAM utilization over 30000%?
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post by Cpcdos »

RAM utilization over 30000%?
Oups :roll: it's int/long conversion problem, I will correct this, thank you
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

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

Post by Techel »

Yeah, and -63254% of dark RAM :)
Anyway, pretty nice operating system!
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

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

Post by Cpcdos »

Aha! :mrgreen:
Thank you :D
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
Post Reply