Probably, you will ever need to replace the keymap in Minix (nor other operative system). However I needed. Today I made a strange discovery: there was no mapping for the tilde ~ character in the Minix 3’s Spanish keymap.
Index: spanish.src
===================================================================
— spanish.src (revision 4206)
+++ spanish.src (working copy)
@@ -10,7 +10,7 @@
/* 02 – ’1′ */ ’1′, ‘!’, A(’1′), ‘|’, ‘!’, C(‘A’),
/* 03 – ’2′ */ ’2′, ‘”‘, A(’2′), ‘@’, ‘”‘, C(‘@’),
/* 04 – ’3′ */ ’3′, 0372, A(’3′), ‘#’, 0372, C(‘C’),
-/* 05 – ’4′ */ ’4′, ‘$’, A(’4′), ’4′, ‘$’, C(‘D’),
+/* 05 – ’4′ */ ’4′, ‘$’, A(’4′), ‘~’, ‘$’, C(‘D’),
/* 06 – ’5′ */ ’5′, ‘%’, A(’5′), ’5′, ‘%’, C(‘E’),
/* 07 – ’6′ */ ’6′, ‘&’, A(’6′), 0252, ‘&’, C(‘F’),
/* 08 – ’7′ */ ’7′, ‘/’, A(’7′), ‘{‘, ‘/’, C(‘G’),