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
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

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

Post by Chandra »

Just Fine. =D>
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

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

Post by qw »

In DosBox!?
SoUrcerer
Posts: 11
Joined: Thu Sep 22, 2011 2:45 am

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

Post 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.
mariuszp
Member
Member
Posts: 587
Joined: Sat Oct 16, 2010 3:38 pm

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

Post 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 :)
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 »

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 :)
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
mariuszp
Member
Member
Posts: 587
Joined: Sat Oct 16, 2010 3:38 pm

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

Post by mariuszp »

A new instruction
User avatar
Coty
Member
Member
Posts: 286
Joined: Thu Feb 12, 2009 5:12 pm

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

Post by Coty »

Yeah... why not 'sysinfo' ?
My hero, is Mel.
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 »

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.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
rdos
Member
Member
Posts: 3232
Joined: Wed Oct 01, 2008 1:55 pm

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

Post 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
SoUrcerer
Posts: 11
Joined: Thu Sep 22, 2011 2:45 am

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

Post 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
SoUrcerer
Posts: 11
Joined: Thu Sep 22, 2011 2:45 am

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

Post 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
Brueggi
Posts: 1
Joined: Wed Oct 12, 2011 5:14 am

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

Post 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
pdurlej
Member
Member
Posts: 46
Joined: Sun Sep 18, 2011 10:18 am
Contact:

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

Post by pdurlej »

Andy1988
Member
Member
Posts: 50
Joined: Fri Aug 22, 2008 12:01 pm
Location: Germany - Aachen

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

Post by Andy1988 »

rdos wrote:Remote debugging session of Intel's ACPI library.
May I ask what debugger you are using?
rdos
Member
Member
Posts: 3232
Joined: Wed Oct 01, 2008 1:55 pm

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

Post 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.
Post Reply