blob: 87e0d5b79cf61c983260b0be76a3f9c49c356626 (
plain) (
tree)
|
|
�7 /System /System/Applications � /Welcome.txt EN :
Welcome to this Melon live-floppy ! For the moment, the project isn't very
advanced, but if you can read this text, it's already because of a lot of
great efforts I'v made in Melon's developpment.
FR :
Bienvenue sur cette live-disquette de Melon ! Pour l'instant, le projet
n'est pas très avancé, mais si vous pouvez lire ce texte, c'est déjà grâce
à un grand travail de ma part dans le développement de Melon.
ES :
[I can't speak Spanish properly, sorry]
/System/Configuration /Useless /Useless/Info.txt These files were just added here for fun.
Oh, you wanted to know what the wf command meant ?
Simple : it means Write File. When it will exist, it will prompt you for
the textual contents of the file given as an argument. Not very exciting,
but it might be useful one day.
/Useless/Melon-logo char *melonLogo[] = {
" THE //|| //// ",
" // || // // //==// // /====/ //| // ",
" // || // // // // // // // //|| // ",
" // |// // //==// // // // // || // ",
" // // // // // // // ||// ",
" // // //==== //==== /====/ // |// ",
" OPERATING SYSTEM "
};
int melonLogoLines = 7, melonLogoCols = 60;
|