What does your OS look like? (Screen Shots..)
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: What does your OS look like? (Screen Shots..)
That's why Jay Leno and Jerry Seinfeld are entertainers and not programmers. I'm kidding---I started out describing how this engineering business makes sense for me, I'm sure others may have different opinions. Not to mention that I have always been more interested in computer science rather than engineering (i.e., self.theory > self.practice).
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: What does your OS look like? (Screen Shots..)
Tried making function of drawing background color rectangle:
Forgot to put a semicolon in header file :
Tried getting character from console memory(background color doesn't matter):
Forgot to put a semicolon in header file :
Tried getting character from console memory(background color doesn't matter):
- 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 probably meant to post these here.zgintasz wrote:Tried making function of drawing background color rectangle:
...
Forgot to put a semicolon in header file :
...
Tried getting character from console memory(background color doesn't matter):
...
Re: What does your OS look like? (Screen Shots..)
After much futzing with my hard disk and video drivers, I finally have my complete system, GUI and all, running on a real piece of hardware. Prior to this, I had ramdisks booting with small subsets of the system, and one time I booted the full GUI on my desktop when it was in development - which was completely useless because none of my desktop's input devices are PS/2 and I don't have a USB stack yet.
The compositor is a bit slow, but not unusably so, and it doesn't degrade noticably when new windows are opened. Entire system performance needs tweaks, though, but that's a different story.
- 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..)
I recognize something in that picture!
Re: What does your OS look like? (Screen Shots..)
Yes! I do to, I used to have an intel atom n270! Nice little CPU, but I'm sure that's not what you were re-fering to
My hero, is Mel.
- 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..)
Intel Atom processors are terrible.Coty wrote:Yes! I do to, I used to have an intel atom n270! Nice little CPU, but I'm sure that's not what you were re-fering to
I was referring to a small program I wrote a few years back, it seems klange has included it with ToAruOS.
Re: What does your OS look like? (Screen Shots..)
yes, sorry, I don't know how it came here, my fault. Anyway, klange, your os looks really great .Brynet-Inc wrote:You probably meant to post these here.zgintasz wrote:Tried making function of drawing background color rectangle:
...
Forgot to put a semicolon in header file :
...
Tried getting character from console memory(background color doesn't matter):
...
Re: What does your OS look like? (Screen Shots..)
A screen shot of my os "Protea Operating System"
- bellezzasolo
- Member
- Posts: 110
- Joined: Sun Feb 20, 2011 2:01 pm
Re: What does your OS look like? (Screen Shots..)
Here's mine, with it's funky title bar and status bar in text mode
A few top lines are missing, they are warnings and version info, along with copyright
They got scrolled off
A few top lines are missing, they are warnings and version info, along with copyright
They got scrolled off
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
https://github.com/ChaiSoft/ChaiOS
Re: What does your OS look like? (Screen Shots..)
Here is my "rewritten from scratch" project. There is absolutely nothing special here. Except publicly viewable source code that is available on my website. I have to freeze development until I find most of the bugs. Building this simple toolchain + bootloader took surprisingly long.
- Attachments
-
- 20121211_SecondStageLoader.png (6.43 KiB) Viewed 5670 times
Re: What does your OS look like? (Screen Shots..)
Hey guys, I've been gone for a while (went off to school this year), but I've been to work on my little kernel over Christmas break!
I've gotten newlib ported and am in the process of implementing all the system calls needed (I've got most done now, just a few left). I've got a (very) basic remote shell written (through serial) and a I've written the ls and echo commands.
I'm extremely excited that it is somewhat functional now! I believe ecstatic is an appropriate word. Here's a picture of me trying out my echo application.
I've gotten newlib ported and am in the process of implementing all the system calls needed (I've got most done now, just a few left). I've got a (very) basic remote shell written (through serial) and a I've written the ls and echo commands.
I'm extremely excited that it is somewhat functional now! I believe ecstatic is an appropriate word. Here's a picture of me trying out my echo application.
Re: What does your OS look like? (Screen Shots..)
first try on real HW, aparently all went well except that the computer have no ps2 port, so no mouse or kb after boot >.>
os look to run ok since the time change but i belive its now the time to make a usb driver to be able to test more stuff.
os look to run ok since the time change but i belive its now the time to make a usb driver to be able to test more stuff.
Re: What does your OS look like? (Screen Shots..)
Kernel debugger showing 64-bit long mode application about to do a syscall:
Code: Select all
------------------------------------------------------------
RAX=00000180_E00000C3 RBX=00000000_00000001 RCX=00000000_00010000
RDX=00000200_30000000 RSI=00000000_BF400000 RDI=00000000_40002070
R8=00000000_00000000 R9=00000000_00000000 R10=00000000_00000000
R11=00000000_00000000 R12=00000000_00000000 R13=00000000_00000000
R14=00000000_00000000 R15=00000000_0000013A
RIP=00000180_E0000231 RSP=00000200_2FFFFFE8 RBP=00000200_2FFFFFF0
CS=0B33 DS=0000 ES=0000 FS=0000 GS=0000 SS=01BB
NC PE AC NZ PL EI UP NV PR PM PEI IOPL=0
------------------------------------------------------------
Physical 664BB000 Global 003A6040 Local 001DFFF0
Single step
syscall 001E test.exe
------------------------------------------------------------
0180_E0000231 0F 05 41 5F 48 89 45 E8 48 8B 45 E8 48 0F AF 45 A_H‰EèH‹EèH ¯E
0200_2FFFFFE8 00 00 00 00 00 00 00 00 B4 29 31 00 00 00 00 00 ´)1
0000_40002070 3E 39 3E 26 09 01 36 11 CC 17 67 80 66 1A 06 9D >9>& 6 Ì g€f
0000_00000000 %% %% %% %% %% %% %% %% %% %% %% %% %% %% %% %% %%%%%%%%%%%%%%%%
0000_00000000 %% %% %% %% %% %% %% %% %% %% %% %% %% %% %% %% %%%%%%%%%%%%%%%%
Re: What does your OS look like? (Screen Shots..)
Here are some images of my OS project, Retro OS:
The command line, using ls and help, and running an RBI (Retro Binary Interface) file:
Future boot screen (my 640x480x4bpp driver is wayyyy to slow for this as the boot screen right now, it takes 1.5 seconds to load in qemu, and about 3-5 seconds (depending on computer) on actual hardware) (And don't mind all the random stuff, a friend made it for me...):
The command line, using ls and help, and running an RBI (Retro Binary Interface) file:
Future boot screen (my 640x480x4bpp driver is wayyyy to slow for this as the boot screen right now, it takes 1.5 seconds to load in qemu, and about 3-5 seconds (depending on computer) on actual hardware) (And don't mind all the random stuff, a friend made it for me...):
Lambda OS:
GitHub: https://github.com/farlepet
GitHub: https://github.com/farlepet