summaryrefslogtreecommitdiff
path: root/Source/Kernel/Ressources
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-08-21 21:16:48 +0200
committerAlexis211 <alexis211@gmail.com>2009-08-21 21:16:48 +0200
commitae803baa4e0ec584c7afd3f6d55f2e6b32010b46 (patch)
treea8d39cdeff28d2ce08ff7485736fef8119669547 /Source/Kernel/Ressources
parentf93a269f41659d9a33ea6f24411ca691978986cf (diff)
downloadMelon-ae803baa4e0ec584c7afd3f6d55f2e6b32010b46.tar.gz
Melon-ae803baa4e0ec584c7afd3f6d55f2e6b32010b46.zip
System boots up and shows a nice ASCII art logo.
Diffstat (limited to 'Source/Kernel/Ressources')
-rw-r--r--Source/Kernel/Ressources/logo.cd10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Kernel/Ressources/logo.cd b/Source/Kernel/Ressources/logo.cd
new file mode 100644
index 0000000..6dbcc41
--- /dev/null
+++ b/Source/Kernel/Ressources/logo.cd
@@ -0,0 +1,10 @@
+char *melonLogo[] = {
+" THE //|| //// ",
+" // || // // //==// // /====/ //| // ",
+" // || // // // // // // // //|| // ",
+" // |// // //==// // // // // || // ",
+" // // // // // // // ||// ",
+" // // //==== // /====/ // |// ",
+" OPERATING SYSTEM "
+};
+int melonLogoLines = 7, melonLogoCols = 60;