rusty-dos icon indicating copy to clipboard operation
rusty-dos copied to clipboard

A Rust skeleton for an MS-DOS program for IBM compatibles and the PC-98, including some PC-98-specific functionality

Results 4 rusty-dos issues
Sort by recently updated
recently updated
newest added

Have you thought of using the latest and greatest in pure DOS programming, i.e. [unreal mode](https://en.wikipedia.org/wiki/Unreal_mode) which lets you access the whole range of memory from real mode, as a...

djgpp has been packaged for Linux https://launchpad.net/~stsp-0/+archive/ubuntu/djgpp/+packages could that help, or is the aim just to have 16 bit code ? I'm pretty fuzzy on how this works (though managed...

I entirely expect this is because I'm not using actual `gcc` but I hit link-time errors when building at the moment: ``` WARN rustc_codegen_ssa::back::link Linker does not support -no-pie command...

Hmm. Not much luck at all today. GCC on Ubuntu 22.10 may have dropped support for 16bit binaries: ``` error: linking with `cc` failed: exit status: 1 | = note:...