diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
commit | 1eb942c8a34166e43f43c843f09bb48ba40b65b2 (patch) | |
tree | 7567ef81880722ae42fa92aec1bd0a7703ac2a15 /Source/Kernel/Ressources/Graphics/logo.text.cxd | |
parent | a43236e7017b6500e6563aa8654c8d8f56226615 (diff) | |
download | Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.tar.gz Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.zip |
We now have scrollable virtual terminals !
Diffstat (limited to 'Source/Kernel/Ressources/Graphics/logo.text.cxd')
-rw-r--r-- | Source/Kernel/Ressources/Graphics/logo.text.cxd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Kernel/Ressources/Graphics/logo.text.cxd b/Source/Kernel/Ressources/Graphics/logo.text.cxd new file mode 100644 index 0000000..6cacdb1 --- /dev/null +++ b/Source/Kernel/Ressources/Graphics/logo.text.cxd @@ -0,0 +1,10 @@ +char *melonLogo[] = { +" THE //|| //// ", +" // || // // //==// // /====/ //| // ", +" // || // // // // // // // //|| // ", +" // |// // //==// // // // // || // ", +" // // // // // // // ||// ", +" // // //==== //==== /====/ // |// ", +" OPERATING SYSTEM " +}; +int melonLogoLines = 7, melonLogoCols = 60; |