Page 75 of 262

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

Posted: Fri Jan 06, 2012 5:11 pm
by klange
Farok wrote:Very nice, indeed, klange. Is your system open source, and if yes, would you mind to post a link that we can take a look?
It's on github, licensed under the NCSA/UIUC license (which is basically BSD with an advertising clause).

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

Posted: Fri Jan 06, 2012 6:36 pm
by Karlosoft
@klange Impressive work, but there is a problem: you seem to use rme in order to change the vbe mode. This will work on many emulators but real hardware. Usually the BIOS uses some instructions not supported by that virtual machine. A long of time ago I tried to add the support of the newest and some 32bit instructions used but It wasn't very useful since that solution worked only on some computers. You may want to consider this point ;)

edit: is that a cow the one shaped with characters in the colourful console? XD

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

Posted: Fri Jan 06, 2012 7:16 pm
by klange
Karlosoft wrote:@klange Impressive work, but there is a problem: you seem to use rme in order to change the vbe mode. This will work on many emulators but real hardware. Usually the BIOS uses some instructions not supported by that virtual machine. A long of time ago I tried to add the support of the newest and some 32bit instructions used but It wasn't very useful since that solution worked only on some computers. You may want to consider this point ;)
I'm aware of this (my laptop uses unimplemented instructions). Proper VBE setup is my current work-in-progress. There's a more complete x86 emulation library out there that I was going to port...

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

Posted: Sat Jan 07, 2012 5:24 am
by Qeroq
Hm, is any of you working on a usual multitasking, long-mode, smp kernel? There are tons of protected-mode, single cpu kernels out there, but I haven't really seen one of the former (except Pedigree maybe).

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

Posted: Sat Jan 07, 2012 6:42 am
by rdos
Farok wrote:Hm, is any of you working on a usual multitasking, long-mode, smp kernel? There are tons of protected-mode, single cpu kernels out there, but I haven't really seen one of the former (except Pedigree maybe).
Except for long-mode, yes.

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

Posted: Sat Jan 07, 2012 6:50 am
by turdus
Farok wrote:Hm, is any of you working on a usual multitasking, long-mode, smp kernel? There are tons of protected-mode, single cpu kernels out there, but I haven't really seen one of the former (except Pedigree maybe).
Define "usual". My kernel is multitasking, long-mode only and will support smp soon (I designed it with smp in mind from the begining). But I would not say it's a usual kernel.

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

Posted: Sat Jan 07, 2012 7:37 am
by gerryg400
I am. I'm converting my old 32bit, single core (well it was SMP with a BKL), Posix kernel to an long-mode, SMP, Posix kernel. Pretty much a full redesign going from single core to SMP.

Mine's pretty usual I think except that the VMM is a process.

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

Posted: Sat Jan 07, 2012 11:13 am
by klange
Karlosoft wrote:edit: is that a cow the one shaped with characters in the colourful console? XD
Yes. It's a text dump generated by a Python script.

Image

Nyan~

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

Posted: Sat Jan 07, 2012 1:01 pm
by VolTeK
Im never going to escape nyan cat.

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

Posted: Sat Jan 07, 2012 1:49 pm
by GAT
New GUI in Dreckig:

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

Posted: Sun Jan 08, 2012 10:28 am
by bergen110
This is how PointerOS looks like at the moment.
Only some CPUID test code.


Image

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

Posted: Sun Jan 08, 2012 4:03 pm
by brain
Hi all,

its been a very long time since i was properly involved in OSdev, but just before xmas i dusted off my source code and re-evaluated where my own OS is going. I have changed the name of my OS but this is not reflected in my screenshot, and i am aiming to create a preemptive multitasking OS which is similar in behaviour to the BBC BASIC interpreter built into the BBC Micro (a rather famous oldschool computer in the UK) except with extentions for multitasking.

The entire system as much as possible shall be built in my own derivative of the BBC BASIC language. I have recently got the interpreter running properly in a multitasking environment, with console input and output (optional switchable consoles per process) this is the result of launching a test BBC BASIC program as the init process...

For the new os name, i am thinking 'retro rocket', retro being oldschool etc. Thoughts? :-)

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

Posted: Tue Jan 10, 2012 9:10 pm
by Coty
@klange: Aww man! I wanted to be the first to post a nyan cat running on their OS :lol:
GhostXoPCorp wrote:Im never going to escape nyan cat.
How right you are! :D

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

Posted: Sat Jan 14, 2012 4:15 pm
by Unkn0wn1
My OS, FIND(FIND Is Not DOS(I <3 recursive acronyms)), so far (Pre-pre alpha)
I couldn't get a screenie, but here is a Bochs console dump
Press F12 for boot menu.

Booting from Floppy...

Loading Boot Image
..............
..................
...............
Preparing to load FIND...
>>ver
0.01
>>dir
KERNEL.BIN
NK.ASM
>>reb
Do you really want to reboot [y/n]
y
Booting from Floppy...

Loading Boot Image
..............
..................
...............
Preparing to load FIND...
>>

As you can see, I have a few basic commands, hoping for cat soon (yay!)
Next, a text editor p'r'aps

EDIT:
Image

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

Posted: Sat Jan 14, 2012 6:38 pm
by VolTeK
Unkn0wn1 wrote:My OS, FIND(FIND Is Not DOS(I <3 recursive acronyms)), so far (Pre-pre alpha)
I couldn't get a screenie, but here is a Bochs console dump
Press F12 for boot menu.

Booting from Floppy...

Loading Boot Image
..............
..................
...............
Preparing to load FIND...
>>ver
0.01
>>dir
KERNEL.BIN
NK.ASM
>>reb
Do you really want to reboot [y/n]
y
Booting from Floppy...

Loading Boot Image
..............
..................
...............
Preparing to load FIND...
>>

As you can see, I have a few basic commands, hoping for cat soon (yay!)
Next, a text editor p'r'aps


...... ZScreen. :roll: