From f593816bc9c32a8570cf65697183f314348e8e87 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 18 Sep 2009 14:26:29 +0200 Subject: Changes in mutexes, vectors and VTs : mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers --- Source/Kernel/Ressources/keymap-fr.wtf.c | 56 ------------------------------ Source/Kernel/Ressources/keymap-fr.wtf.cxd | 56 ++++++++++++++++++++++++++++++ Source/Kernel/Ressources/logo.cd | 10 ------ Source/Kernel/Ressources/logo.cxd | 10 ++++++ 4 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 Source/Kernel/Ressources/keymap-fr.wtf.c create mode 100644 Source/Kernel/Ressources/keymap-fr.wtf.cxd delete mode 100644 Source/Kernel/Ressources/logo.cd create mode 100644 Source/Kernel/Ressources/logo.cxd (limited to 'Source/Kernel/Ressources') diff --git a/Source/Kernel/Ressources/keymap-fr.wtf.c b/Source/Kernel/Ressources/keymap-fr.wtf.c deleted file mode 100644 index f24c14d..0000000 --- a/Source/Kernel/Ressources/keymap-fr.wtf.c +++ /dev/null @@ -1,56 +0,0 @@ -//This file is precious !!! Very precious !! - -WChar keymapFR_normal[128] = { -/* 0x00 */ "", "", "&", "é", "\"", "'", "(", "-", "è", "_", "ç", "à", ")", "=", "", "", -/* 0x10 */ "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "$", "", "", "q", "s", -/* 0x20 */ "d", "f", "g", "h", "j", "k", "l", "m", "ù", "²", "", "*", "w", "x", "c", "v", -/* 0x30 */ "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", -/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", -/* 0x50 */ "", "", "", "", "", "", "<", "", "", "", "", "", "", "", "", "", -/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" -}; - -WChar keymapFR_shift[128] = { -/* 0x00 */ "", "", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "°", "+", "", "", -/* 0x10 */ "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "¨", "£", "", "", "Q", "S", -/* 0x20 */ "D", "F", "G", "H", "J", "K", "L", "M", "%", "~", "", "µ", "W", "X", "C", "V", -/* 0x30 */ "B", "N", "?", ".", "/", "§", "", "*", "", " ", "", "", "", "", "", "", -/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", -/* 0x50 */ "", "", "", "", "", "", ">", "", "", "", "", "", "", "", "", "", -/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -}; - -WChar keymapFR_caps[128] = { -/* 0x00 */ "", "", "&", "É", "\"", "'", "(", "-", "È", "_", "Ç", "À", ")", "=", "", "", -/* 0x10 */ "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "¨", "$", "", "", "Q", "S", -/* 0x20 */ "D", "F", "G", "H", "J", "K", "L", "M", "Ù", "²", "", "*", "W", "X", "C", "V", -/* 0x30 */ "B", "N", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", -/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", -/* 0x50 */ "", "", "", "", "", "", ">", "", "", "", "", "", "", "", "", "", -/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -}; - -WChar keymapFR_altgr[128] = { -/* 0x00 */ "", "", "¹", "~", "#", "{", "[", "|", "`", "\\", "^", "@", "]", "}", "", "", -/* 0x10 */ "æ", "«", "€", "¶", "ŧ", "←", "↓", "→", "ø", "þ", "¨", "¤", "", "", "@", "ß", -/* 0x20 */ "ð", "đ", "ŋ", "ħ", "j", "ĸ", "ł", "µ", "^", "¬", "", "`", "ł", "»", "¢", "“", -/* 0x30 */ "”", "n", "´", ";", "·", "!", "", "*", "", " ", "", "", "", "", "", "", -/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", -/* 0x50 */ "", "", "", "", "", "", "|", "", "", "", "", "", "", "", "", "", -/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -}; - -WChar keymapFR_shiftaltgr[128] = { -/* 0x00 */ "", "", "¡", "⅛", "£", "$", "⅜", "⅝", "⅞", "™", "±", "°", "¿", "˛", "", "", -/* 0x10 */ "Æ", "<", "¢", "®", "Ŧ", "¥", "↑", "ı", "Ø", "Þ", "°", "¯", "", "", "Ω", "§", -/* 0x20 */ "Ð", "ª", "Ŋ", "Ħ", "J", "&", "Ł", "º", "ˇ", "¬", "", "˘", "Ł", ">", "©", "‘", -/* 0x30 */ "’", "N", "˝", "×", "÷", "˙", "", "*", "", " ", "", "", "", "", "", "", -/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", -/* 0x50 */ "", "", "", "", "", "", "¦", "", "", "", "", "", "", "", "", "", -/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -}; diff --git a/Source/Kernel/Ressources/keymap-fr.wtf.cxd b/Source/Kernel/Ressources/keymap-fr.wtf.cxd new file mode 100644 index 0000000..f24c14d --- /dev/null +++ b/Source/Kernel/Ressources/keymap-fr.wtf.cxd @@ -0,0 +1,56 @@ +//This file is precious !!! Very precious !! + +WChar keymapFR_normal[128] = { +/* 0x00 */ "", "", "&", "é", "\"", "'", "(", "-", "è", "_", "ç", "à", ")", "=", "", "", +/* 0x10 */ "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "$", "", "", "q", "s", +/* 0x20 */ "d", "f", "g", "h", "j", "k", "l", "m", "ù", "²", "", "*", "w", "x", "c", "v", +/* 0x30 */ "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", +/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", +/* 0x50 */ "", "", "", "", "", "", "<", "", "", "", "", "", "", "", "", "", +/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" +}; + +WChar keymapFR_shift[128] = { +/* 0x00 */ "", "", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "°", "+", "", "", +/* 0x10 */ "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "¨", "£", "", "", "Q", "S", +/* 0x20 */ "D", "F", "G", "H", "J", "K", "L", "M", "%", "~", "", "µ", "W", "X", "C", "V", +/* 0x30 */ "B", "N", "?", ".", "/", "§", "", "*", "", " ", "", "", "", "", "", "", +/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", +/* 0x50 */ "", "", "", "", "", "", ">", "", "", "", "", "", "", "", "", "", +/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +}; + +WChar keymapFR_caps[128] = { +/* 0x00 */ "", "", "&", "É", "\"", "'", "(", "-", "È", "_", "Ç", "À", ")", "=", "", "", +/* 0x10 */ "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "¨", "$", "", "", "Q", "S", +/* 0x20 */ "D", "F", "G", "H", "J", "K", "L", "M", "Ù", "²", "", "*", "W", "X", "C", "V", +/* 0x30 */ "B", "N", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", +/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", +/* 0x50 */ "", "", "", "", "", "", ">", "", "", "", "", "", "", "", "", "", +/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +}; + +WChar keymapFR_altgr[128] = { +/* 0x00 */ "", "", "¹", "~", "#", "{", "[", "|", "`", "\\", "^", "@", "]", "}", "", "", +/* 0x10 */ "æ", "«", "€", "¶", "ŧ", "←", "↓", "→", "ø", "þ", "¨", "¤", "", "", "@", "ß", +/* 0x20 */ "ð", "đ", "ŋ", "ħ", "j", "ĸ", "ł", "µ", "^", "¬", "", "`", "ł", "»", "¢", "“", +/* 0x30 */ "”", "n", "´", ";", "·", "!", "", "*", "", " ", "", "", "", "", "", "", +/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", +/* 0x50 */ "", "", "", "", "", "", "|", "", "", "", "", "", "", "", "", "", +/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +}; + +WChar keymapFR_shiftaltgr[128] = { +/* 0x00 */ "", "", "¡", "⅛", "£", "$", "⅜", "⅝", "⅞", "™", "±", "°", "¿", "˛", "", "", +/* 0x10 */ "Æ", "<", "¢", "®", "Ŧ", "¥", "↑", "ı", "Ø", "Þ", "°", "¯", "", "", "Ω", "§", +/* 0x20 */ "Ð", "ª", "Ŋ", "Ħ", "J", "&", "Ł", "º", "ˇ", "¬", "", "˘", "Ł", ">", "©", "‘", +/* 0x30 */ "’", "N", "˝", "×", "÷", "˙", "", "*", "", " ", "", "", "", "", "", "", +/* 0x40 */ "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", +/* 0x50 */ "", "", "", "", "", "", "¦", "", "", "", "", "", "", "", "", "", +/* 0x60 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +/* 0x70 */ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", +}; diff --git a/Source/Kernel/Ressources/logo.cd b/Source/Kernel/Ressources/logo.cd deleted file mode 100644 index 6cacdb1..0000000 --- a/Source/Kernel/Ressources/logo.cd +++ /dev/null @@ -1,10 +0,0 @@ -char *melonLogo[] = { -" THE //|| //// ", -" // || // // //==// // /====/ //| // ", -" // || // // // // // // // //|| // ", -" // |// // //==// // // // // || // ", -" // // // // // // // ||// ", -" // // //==== //==== /====/ // |// ", -" OPERATING SYSTEM " -}; -int melonLogoLines = 7, melonLogoCols = 60; diff --git a/Source/Kernel/Ressources/logo.cxd b/Source/Kernel/Ressources/logo.cxd new file mode 100644 index 0000000..6cacdb1 --- /dev/null +++ b/Source/Kernel/Ressources/logo.cxd @@ -0,0 +1,10 @@ +char *melonLogo[] = { +" THE //|| //// ", +" // || // // //==// // /====/ //| // ", +" // || // // // // // // // //|| // ", +" // |// // //==// // // // // || // ", +" // // // // // // // ||// ", +" // // //==== //==== /====/ // |// ", +" OPERATING SYSTEM " +}; +int melonLogoLines = 7, melonLogoCols = 60; -- cgit v1.2.3