-
Am I doing something wrong? How can I get it to stop flagging `MSDOS` as an error? `ignore-words-list` seems to have no effect
```
> codespell
./src/keyszer/models/key.py:161: MSDOS ==> MS-DOS
…
-
Not a biggy, but `mmd` conflicts with one of the binaries in the GNU/Linux `mtools` package, which uses `mmd` for Make MSDOS Dir.
Won't hurt for /usr/local/bin hand rolled installs, but package mai…
-
I noticed a "\x9B\xC4" sequence was removed, which was strange, since I've defined all the "extended ASCII" as text. Then I remembered that '\x9B' is the 8-bit CSI. Since Windows doesn't support that,…
adoxa updated
2 weeks ago
-
I noticed some differences during gameplay on the emulator and I'm not sure which are actual differences in the original releases for the Amiga and MSDOS, or if any of these are bugs in the VM re-impl…
-
Reko version: b3d6f88
Subject: https://github.com/rfalke/decompiler-subjects/tree/master/from_holdec/i386_16bit_segment/ia32_mz
The output function is called two times with a far call. The linear …
-
There are not 6 tokens to split line into.
Example Mac output:-
```
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, …
-
## Create the SD Card Image
**!!! WARNING !!! This process can damage your host file system if you get it wrong. Make sure you only format the loop device after setting it up.**
This step is a b…
-
Archive.org offers [a large library](https://archive.org/details/softwarelibrary_msdos_games) of ready-to-play games to stream. It could be really nice to be able to download, cache and play these gam…
-
-
I finally got around to compiling Cowgol. For starters, I was able to get 8086 codegen working from Linux using the following:
```
bin/cowfe-16bit.nncgen.exe -Irt/ -Irt/msdos/ examples/mandel.cow …