kcgen

Results 413 comments of 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: ![2021-09-16_08-33](https://user-images.githubusercontent.com/1557255/133642710-159132f7-8f1d-4cf0-8862-1d9ffaa5eea9.png) ![2021-09-16_08-31](https://user-images.githubusercontent.com/1557255/133642712-c80f1bf8-b7fb-47dd-93d0-79493051c526.png) 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: ![2021-12-03_19-43](https://user-images.githubusercontent.com/1557255/144695736-f98d292c-a690-4d4e-9bfa-5241d1fcf251.png) 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`...