Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEY_MAGIC should be changed #338

Open
ghost opened this issue Feb 1, 2023 · 0 comments
Open

KEY_MAGIC should be changed #338

ghost opened this issue Feb 1, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 1, 2023

You removed the compression of keymap binary files. The format of the binary file has been changed, but not the magic identifier:

#define KEY_MAGIC "KMAZ" /* Magic number of keymap file */

The original one was KMAP and it was renamed to KMAZ when the compression was implemented. Now you have removed the compression, but not the magic key. I do not know if it is still the same as the original implementation (Minix 386vm). May be KMA330 would be a suitable magic key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants