kcgen
kcgen
Re-sync'd with latest changes in `master`.
Recently merged [PR#180](https://github.com/emilk/loguru/pull/180) introduce two new PVS Studio warnings:   This branch now fixes these as well, in commit: https://github.com/dosbox-staging/loguru/commit/0155fe9552c470754e1c1919d3cf7f7df90a21ff
Hmm.. it looks like the current `master` branch is actually failing CI with this:  Fortunately @zivke's already submitted a one-line fix for this (https://github.com/emilk/loguru/pull/187), which is also sitting in...
I am happy to submit a PR to address these - however, I would like to know before-hand if this is something the author is interested in reviewing an accepting?...
Given the obscurity of this feature, I think documenting what you did to exercise this KL functionality is very valuable. Talking about obscurity, I'm guessing modern operating systems hide or...
Wow - I had no idea! Thanks for explaining what's going on. Sounds like figuring out your keyboard mapping is a huge **Step 2** (if `keyboardlayout=auto` or `keyb XZ` are...
Would more codepages be this set of `.key` files: https://github.com/joyent/sdcboot/tree/master/freedos/source/keydos (*), versus what DOSBox's `keyb` supports https://www.dosbox.com/wiki/KEYB ? (https://github.com/dreamer/dosbox-staging/blob/master/src/dos/dos_keyboard_layout_data.h) (*) Certainly not the official FreeDOS, but just came up first...
Thanks for digging these up @dreamer ; I think this wraps up the investigation side. I noticed the keys are in a 200+KB zip, which would probably translate to a...
@FeralChild64 - with your recent work sync'ing up with the latest FreeDOS 1.3 layout files, does that cover this ticket?
When you compile, add `-DNDEBUG` as a command line argument to `make`. This injects the preprocessor `#define NDEBUG` into each source file. (Also suggest scrubbing with `make clean` or `distclean`...