Page 72 of 262

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

Posted: Thu Sep 22, 2011 10:14 am
by Chandra
Just Fine. =D>

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

Posted: Thu Sep 22, 2011 12:46 pm
by qw
In DosBox!?

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

Posted: Thu Sep 22, 2011 1:29 pm
by SoUrcerer
Hobbes wrote:In DosBox!?
Get bootable floppy image of OS, start dosbox, mount folder with IMG file, type
boot filename.img
And enjoy. If your OS works with 80486 and 16Mb RAM, then MAY BE you can launch it with DosBox. Emulation speed is VERY slow.

Btw, KolibriOS has DosBox port, and I'm plannig to port Qemu once.

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

Posted: Sun Sep 25, 2011 8:50 am
by mariuszp
Atom now has a kernel-based shell which gets launched by an external program (bootsys). It can keep track of memory used by processes, and it can also view text files :)

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

Posted: Sun Sep 25, 2011 9:07 am
by Love4Boobies
SoUrcerer wrote:VirtualBox running KolibriOS r#2208 (64mb RAM), which running KolibriOS (same version, 16 mb RAM) in DosBox (note that KolibriOS is 32 bit protected mode OS, not DOS shell).
Hah! Pretty cool :)

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

Posted: Sun Sep 25, 2011 9:43 am
by mariuszp
A new instruction

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

Posted: Wed Oct 05, 2011 6:37 pm
by Coty
Yeah... why not 'sysinfo' ?

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

Posted: Wed Oct 05, 2011 6:45 pm
by Love4Boobies
Like many of the images around here, that looks fake to me because:
  • mariuszp doesn't seem to understand what CPUID is.
  • The memory footprint is over 4.25 MiB... (btw, his last screenshot revealed that his kernel took up exactly 6 MiB).
  • Just before all these screenshots he was asking all sorts of GDT questions.

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

Posted: Fri Oct 07, 2011 3:35 am
by rdos
Remote debugging session of Intel's ACPI library. Note that both the calling app (test32) and the acpi.rdv device driver are listed as modules. Debugging is at source level, and it can be seen that variables are 48-bit pointers, and that CS selector has CPL=0 (0xB00).

Image

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

Posted: Mon Oct 10, 2011 12:21 pm
by SoUrcerer
You already saw DOSBox in Kolibri. Today I finished GBC port, and can show you new screenshots.
scr.png
On the screen:
FCEU - to play over 13 thousands NES games
E80 - to launch over 8000 (!!!) ZX-Spectrum programs
GnGB - also 7000+ games
Keep in mind DOSBox (which support windows 3.1 and 95) and ScummVM ports. Also I'm porting Duke3D now :D

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

Posted: Tue Oct 11, 2011 2:51 pm
by SoUrcerer
At least, after 12 hours of brainstorming, I ported ZSNES to KolibriOS. It wasn't easy, and now I'm look like this -> :mrgreen:
Image

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

Posted: Wed Oct 12, 2011 5:20 am
by Brueggi
And here is my try: A 16-Bit DOS for 80286+ CPUs called BonnyDOS/286, and GOS/286 (running under my DOS).
Image

Image

Image

Image

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

Posted: Thu Oct 20, 2011 3:24 am
by pdurlej

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

Posted: Sat Oct 22, 2011 10:53 pm
by Andy1988
rdos wrote:Remote debugging session of Intel's ACPI library.
May I ask what debugger you are using?

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

Posted: Sun Oct 23, 2011 1:21 am
by rdos
Andy1988 wrote:
rdos wrote:Remote debugging session of Intel's ACPI library.
May I ask what debugger you are using?
It is OpenWatcom's debugger built for Windows on the client side and my own TCP/IP server running on RDOS that loads the executable. I can also run OpenWatcom's debugger on RDOS directly, but it is less attractive as I do all my development on Windows, and thus have all the project files on Windows.