mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.7 KiB
86 lines
2.7 KiB
23 years ago
|
/* XPM */
|
||
|
|
||
|
/*
|
||
|
# make_debian Copyright (C) 2001 from gBootRoot
|
||
|
# Lead Developer and Project Coordinator
|
||
|
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||
|
#
|
||
|
# http://gbootroot.sourceforge.net
|
||
|
|
||
|
# This program is free software; you can redistribute it and/or modify
|
||
|
# it under the terms of the GNU General Public License as published by
|
||
|
# the Free Software Foundation; either version 2 of the License, or
|
||
|
# (at your option) any later version.
|
||
|
|
||
|
# This program is distributed in the hope that it will be useful,
|
||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
# GNU General Public License for more details.
|
||
|
|
||
|
# You should have received a copy of the GNU General Public License
|
||
|
# along with this program; if not, write to the Free Software
|
||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||
|
|
||
|
# My own creation - the roots touch the ground if three lines are added.
|
||
|
*/
|
||
|
|
||
|
static char * gbootroot[]={
|
||
|
"32 45 3 1",
|
||
|
" c None",
|
||
|
". c SaddleBrown",
|
||
|
"X c black",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" ... .. ",
|
||
|
" ... ... ",
|
||
|
" ... ... ",
|
||
|
" .... ... ",
|
||
|
" .... ... ",
|
||
|
" .... ... ",
|
||
|
" .... ............. ",
|
||
|
" ..... ............. ",
|
||
|
" ...... ............. ",
|
||
|
" ....... ...",
|
||
|
"......... ..",
|
||
|
"................................",
|
||
|
"................................",
|
||
|
"............................... ",
|
||
|
"......... XXXXX ............ ",
|
||
|
"........ XXX .......... ",
|
||
|
"........ XXX ........ ",
|
||
|
" XXXXXX ",
|
||
|
" XXX XXX X XX XX ",
|
||
|
" X XXXXX X X X ",
|
||
|
" XX XXX X XX ",
|
||
|
" X XX X X ",
|
||
|
" X XX X XX X ",
|
||
|
" XX XX X XXXXX ",
|
||
|
" X XXXX XXX XXXXX X ",
|
||
|
" XX XX XX X XX ",
|
||
|
" X X X X X ",
|
||
|
" X XX X XX X ",
|
||
|
" X XX XX X ",
|
||
|
" X XX XXXXXXX XXX ",
|
||
|
" XX XX XXX ",
|
||
|
" XX XX XXXX XX XX ",
|
||
|
" XX XXX X XXXXXXX X ",
|
||
|
" X XXX X XX ",
|
||
|
" XX XXXXXXX XXX ",
|
||
|
" X XX X ",
|
||
|
" X X "
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|