Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Karl_G

2
Posts
1
Topics
1
Followers
3
Following
A member registered Sep 26, 2021

Recent community posts

These are excellent additions! I ended up making my own bitmap editor with CGALIB, but I had to access the private structures to be able to do single-pixel reads/writes to the bitmap being edited. Having it as part of the library will make that much cleaner.

CGALIB has also been extremely useful in helping me get started with a DOS/CGA port of my RPG, so I thank you for that.


This app seems to be perfect for my needs, so thank you for creating it! I'm having some issues figuring out the best way to load more software, however. It seems like I can either boot with the default FreeDOS-based image, or specify my own floppy or HD image, but not both at the same time. I would like to be able to mount a second hard drive or at least a floppy image to be able to copy more software onto the VM. I tried creating my own HD image with dosbox-x, but I can't use it with VirtualXT since it tries to boot off of it, and I don't know how I can make it bootable from dosbox.

I finally ended up downloading the FreeDOS image from your git repo, and modifying that in dosbox to add software. Since it was already at capacity, I had to delete some other stuff to make room for it.

Anyway, I just wanted to know if there was a better way to transfer files that I don't know about? Thanks!