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
mnovotny
Member
Member
Posts: 27
Joined: Mon Aug 10, 2009 2:54 am
Location: Slovakia

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

Post by mnovotny »

The Em kernel. It can do memory dump and that is pretty much all. You can scroll with cursor keys and even use page up, page down. Whoa!

Image

Now back to work. Paging's ahead.
Keep the world with all its sin
It's not fit for livin' in
davidlougheed
Posts: 10
Joined: Mon Feb 01, 2010 12:37 pm

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

Post by davidlougheed »

mnovotny wrote:The Em kernel. It can do memory dump and that is pretty much all. You can scroll with cursor keys and even use page up, page down. Whoa!
What's with the messed up characters on the right?
I see NAME FAT12 which I understand but the rest I don't.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

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

Post by Love4Boobies »

davidlougheed wrote:
mnovotny wrote:The Em kernel. It can do memory dump and that is pretty much all. You can scroll with cursor keys and even use page up, page down. Whoa!
What's with the messed up characters on the right?
I see NAME FAT12 which I understand but the rest I don't.
Troll detected.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
davidlougheed
Posts: 10
Joined: Mon Feb 01, 2010 12:37 pm

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

Post by davidlougheed »

Love4Boobies wrote:
davidlougheed wrote:
mnovotny wrote:The Em kernel. It can do memory dump and that is pretty much all. You can scroll with cursor keys and even use page up, page down. Whoa!
What's with the messed up characters on the right?
I see NAME FAT12 which I understand but the rest I don't.
Troll detected.
Hey, I'm not a troll. I couldn't get close to the level of skillness that person's operating system :wink: just curious. I guess I worded it wrongly, though #-o
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

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

Post by Love4Boobies »

Hmm... okay... Never used a debugger before then? It's the plain text interpretation of the bytes you're debugging. The purpose is so that you can spot strings easier (you got one, "FAT12").
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
davidlougheed
Posts: 10
Joined: Mon Feb 01, 2010 12:37 pm

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

Post by davidlougheed »

No, I haven't used a debugger before :shock: . Sorry for my non-knowledge.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

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

Post by Combuster »

Then I suggest you start reading the forum rules before you have to apologize for a ton more things.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
davidlougheed
Posts: 10
Joined: Mon Feb 01, 2010 12:37 pm

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

Post by davidlougheed »

Actually, I have used a debugger, just not this specific feature.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

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

Post by Brynet-Inc »

You've never used a hex editor/view either, apparently. :roll:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
shindow
Member
Member
Posts: 26
Joined: Thu Feb 25, 2010 7:35 am

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

Post by shindow »

mine seems silly...and haven't finished yet,it takes time

Image
Attachments
os.jpg
Selenic
Member
Member
Posts: 123
Joined: Sat Jan 23, 2010 2:56 pm

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

Post by Selenic »

shindow wrote:mine seems silly...and haven't finished yet,it takes time
Looks like you're doing quite well (after all, graphics can come later - it's the other stuff that's fun!), but there's a reason that most of the text-mode screenshots on here have a black background: better contrast! (well, either that or set the brightness bit in the foreground colour so that there's actually a brightness, rather than just colour, difference - notice that the screenshot near the top of the page uses bright white on red and darker colours on black)
User avatar
KotuxGuy
Member
Member
Posts: 96
Joined: Wed Nov 25, 2009 1:28 pm
Location: Somewhere within 10ft of my favorite chubby penguin!

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

Post by KotuxGuy »

Here's a picture of my super-cool GRUB2 boot screen(As if that matters.. :lol: )

NOTE: Viewing it full size instead of in the post looks better.
xnix-screenshot.jpeg
)

Man.. That makes me want to run 'make test' over and over.. :lol:

EDIT: I'm undergoing a major code rewrite, so this is all I have to show.. For now :twisted:

EDIT #2: I'm still experimenting with colours and backgrounds, so this is just a test, k?
Give a man Linux, you feed the nearest optician ( Been staring at the PC too long again? ).
Give a man OS X, you feed the nearest NVidia outlet ( I need more GPU power!! )
Give a man Windows, you feed the entire Tylenol company ( Self explanatory :D )
User avatar
SOLeonOS
Posts: 4
Joined: Sat Mar 06, 2010 3:47 am
Location: Enschede, NL

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

Post by SOLeonOS »

Picture of my OS
Picture of my OS
Here is a picture of my debugging environment.
It copies all of the registers to the screen on each interrupt 0x01!
That's it for now, but i am working on a function with which i am able to scroll through the memory (keyboard)
currently working on: Keyboard driver/interrupt, creating a filesystem, floppy disk driver

done: Video driver, timer interrupt, debugger interrupt , debugger memory (sending memory to the screen)
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

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

Post by Dex »

Heres some screenshot of the next release of DexOS

Main menu
Image

CdPlayer
Image

Calculator
Image

Paint app
Image

HexView
Image

Cd player in full screen visual mode
Image

Plus much more

PS: You can Call of duty theme it
Image

Or anything you like
Image
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

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

Post by pcmattman »

Been quiet for a while so I thought I'd throw in a new screenie of our TUI blasting a TrueType font at 72pt :).
Attachments
72pt.png
Post Reply