What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
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!
Now back to work. Paging's ahead.
Now back to work. Paging's ahead.
Keep the world with all its sin
It's not fit for livin' in
It's not fit for livin' in
-
- Posts: 10
- Joined: Mon Feb 01, 2010 12:37 pm
Re: What does your OS look like? (Screen Shots..)
What's with the messed up characters on the right?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!
I see NAME FAT12 which I understand but the rest I don't.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: What does your OS look like? (Screen Shots..)
Troll detected.davidlougheed wrote:What's with the messed up characters on the right?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!
I see NAME FAT12 which I understand but the rest I don't.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
-
- Posts: 10
- Joined: Mon Feb 01, 2010 12:37 pm
Re: What does your OS look like? (Screen Shots..)
Hey, I'm not a troll. I couldn't get close to the level of skillness that person's operating system just curious. I guess I worded it wrongly, thoughLove4Boobies wrote:Troll detected.davidlougheed wrote:What's with the messed up characters on the right?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!
I see NAME FAT12 which I understand but the rest I don't.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: What does your OS look like? (Screen Shots..)
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 ]
[ Project UDI ]
-
- Posts: 10
- Joined: Mon Feb 01, 2010 12:37 pm
Re: What does your OS look like? (Screen Shots..)
No, I haven't used a debugger before . Sorry for my non-knowledge.
- Combuster
- 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..)
Then I suggest you start reading the forum rules before you have to apologize for a ton more things.
-
- Posts: 10
- Joined: Mon Feb 01, 2010 12:37 pm
Re: What does your OS look like? (Screen Shots..)
Actually, I have used a debugger, just not this specific feature.
- Brynet-Inc
- 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..)
You've never used a hex editor/view either, apparently.
Re: What does your OS look like? (Screen Shots..)
mine seems silly...and haven't finished yet,it takes time
Re: What does your OS look like? (Screen Shots..)
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)shindow wrote:mine seems silly...and haven't finished yet,it takes time
- KotuxGuy
- 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..)
Here's a picture of my super-cool GRUB2 boot screen(As if that matters.. )
NOTE: Viewing it full size instead of in the post looks better.
)
Man.. That makes me want to run 'make test' over and over..
EDIT: I'm undergoing a major code rewrite, so this is all I have to show.. For now
EDIT #2: I'm still experimenting with colours and backgrounds, so this is just a test, k?
NOTE: Viewing it full size instead of in the post looks better.
)
Man.. That makes me want to run 'make test' over and over..
EDIT: I'm undergoing a major code rewrite, so this is all I have to show.. For now
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 )
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 )
Re: What does your OS look like? (Screen Shots..)
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)
done: Video driver, timer interrupt, debugger interrupt , debugger memory (sending memory to the screen)
Re: What does your OS look like? (Screen Shots..)
Heres some screenshot of the next release of DexOS
Main menu
CdPlayer
Calculator
Paint app
HexView
Cd player in full screen visual mode
Plus much more
PS: You can Call of duty theme it
Or anything you like
Main menu
CdPlayer
Calculator
Paint app
HexView
Cd player in full screen visual mode
Plus much more
PS: You can Call of duty theme it
Or anything you like
-
- 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..)
Been quiet for a while so I thought I'd throw in a new screenie of our TUI blasting a TrueType font at 72pt .