DynatOS Basic Release (20060914)

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

DynatOS Basic Release (20060914)

Post by SpooK »

This basic release of DynatOS is to help determine if proper memory management is being initialized amongst different IA32 platforms. Basically, it is a user-feedback test with very little interaction capability in order to test the stability of the kernel. What I need the most is feedback from the "mem" command, but if it doesn't even boot up that far... please let me know :)

I already know how this test version works on emulators such as Bochs, VirtualPC and VMWare. I would greatly appreciate feedback/replies to this thread from anyone who downloads and runs this test version on a Real PC.

Features
-Command Line Interface (extremely basic, QWERTY scancode response)
-Runs in Protected Mode w/ Ring-3 Context Switch capability (base for later)
-Accepts 3 commands, "help", "clear" and "mem"

Requirements for Testing
-Intel 386 Compatible PC or Higher
-Floppy Disk Drive (and a blank floppy)
-Keyboard
-Monitor

Installation
-Download from link below
-Install on a standard 3.44 Floppy Disk using RawWrite (Windows), DD (*nix/Linux/BSD) or some other equivalent program. It can be written to a bootable CD such as Nero, but I wouldn't want anyone to do so unless it is a CD-RW (no loss, this test isn't worth wasting a CD-R over).

Outlook
-Keep releasing this test version until Memory Management Initialization Bugs are fixed
-Implement (enable) Memory Management capability
-Implement basic Process Management capability
-Design a few more hard-coded commands and loadable programs

Download Link
-----> http://www.dynatos.org/project/dynatos-20060914.bin <-----
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Post by bubach »

It didn't crash or anything on the machine I'm on right now. ;)

"mem" output:

Total memory: 204784 kb
Physical memory: 195200 kb
Available memory 195004 kb


/ Christoffer
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

Post by SpooK »

Good news. There have been misc. issues with other people's tests, all leading to A20/IRQ1 issues to be resolved.

Is it accurate that you have about 200MB of RAM installed? If so, that is the 5th confirmation that the Memory Management Initialization works as designed :)

Thanks for testing and your feedback, bubach.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Post by bubach »

hmm, i would have thought that it was 256mb... :S maybe some of it isn't usable. anyway, i don't have access to that computer right now, so i can't double check.
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

Post by SpooK »

Shared Video RAM perhaps?
Post Reply