pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

304
active users

#pcdos

1 post1 participant0 posts today
DesertFOX
Public

I'm trying to figure out the best DOS configuration for emulation and maybe real hardware, too. Right now, I am considering IBM DOS 5.02 upgraded to PC DOS 7 Rev. 1 (2000). You get an IBM branded DOS-Editor, but still all the nice tools from the future, like DELTREE.EXE, DEFRAG, PC DOS-Shell 7.0 or Windows Undelete. Seems to be the best overall DOS package...

Any other ideas / suggestions?

#MSDOS#PCDOS#DOS
Jun Nergahak 🌺🌺🌺
Public

My Chessmaster 3000 standalone version, using PC-DOS 2000, "MINI.CAB" (You can find it on the Windows 95/98 installation CDs) and 86Box, using these ingredients I created an environment to just run this game. Why? Because I have fun!

Download here: mediafire.com/file/xflg2r80vl8

You will need the 86Box executable from here: github.com/86Box/86Box/releases

⚠️ Put the executable file (.exe or .AppImage) inside the "CM3000" folder.

#86Box#Game#Chess
DesertFOX
Public

Today, I was finally able to complete my collection of PC DOS 2000 boxes, at least for the German versions. I unpacked the CD-ROM Edition from 1998, which seems to be a bit smaller than its 3.5" floppy disk variant.

By the way: The CD-ROM includes a complete set of floppy disk images, which makes it even more an awesome collector's item!

I uploaded the disc to The Internet Archive:
archive.org/details/pcdos_2000

Enjoy!

DesertFOX
Public

As we all know, defragmenting your data is no longer a thing on modern SSDs. It no longer speeds up anything, but rather hurts your memory cells. But yeah... it makes me kinda sad. Because it used to be one of the most satisfying things ever!

#Defrag#PCDOS#MSDOS
DesertFOX
Public

Saturday night and I'm still checking out PC DOS 2000 compared to MS-DOS 6.22. Both systems are very compatible, but there are loads of small tweaks and differences. IBM mostly worked on polishing stuff, but a few of the included tools also got a complete overhaul.

UNDELETE for example got a fancy graphical user interface! This is sooo much nicer than what Microsoft delivered! Makes me wish PC DOS would have gained more popularity back in the day over its counterpart.

#MSDOS#PCDOS#IBM
Jun Nergahak 🌺🌺🌺
Public

My Chessmaster 3000 standalone version, using PC-DOS 2000, "MINI.CAB" (You can find it on the Windows 95/98 installation CDs) and 86Box, using these ingredients I created an environment to just run this game. Why? Because I have fun!

Download here: mediafire.com/file/xflg2r80vl8

And you will need the 86Box executable from here: github.com/86Box/86Box/release

Topaz 🐇
Public

Making progress on my DOS game! The character's target cursor tracks the mouse pointer. They can fire by holding down the mouse button, but they can only have 12 shots on screen at once. I also improved the structure of the dirty rendering code in anticipation of having to redo it anyway once I have many many more things on the screen and need to actually deal with performance issues.

Topaz 🐇
Public

I finally figured out how to effectively use the Sound Blaster! I managed to wrap my head around the DMA and DSP APIs, collapse all that down into a handful of structs and functions, and get (pretty much) clickless playback of fairly long 11KHz 8 bit PCM files working with a sub-4K buffer on an emulated 386DX-33.

Music is "Industrious Ferret" by Kevin MacLeod (incompetech.com), license CC-BY 4.0, a song I use a bunch in my videos.

Topaz 🐇
Public

Continuing on my PC programming adventure, I got the following working in C:

* 256 color BMP file loading
* Unchained Mode 13h 320x200 graphics
* Double buffered graphics
* Mouse and keyboard reading
* "Sprite" rendering across unchained VGA planes

Next will be reading from sprite sheets and sound programming, then I'll make a little game out of all of this!