Fail* directories reorganized, Code-cleanup (-> coding-style), Typos+comments fixed.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1321 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
34
simulators/bochs/gui/bitmaps/cdromd.h
Normal file
34
simulators/bochs/gui/bitmaps/cdromd.h
Normal file
@ -0,0 +1,34 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_CDROMD_BMAP_X 32
|
||||
#define BX_CDROMD_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_cdromd_bmap[(BX_CONFIG_BMAP_X * BX_CONFIG_BMAP_Y)/8] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x0e, 0x00, 0x00, 0x10, 0x12, 0x00,
|
||||
0x00, 0x10, 0x12, 0x00, 0x00, 0x10, 0x12, 0x00, 0x00, 0x60, 0x0e, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0x0c, 0x30, 0x00,
|
||||
0x00, 0xe2, 0x47, 0x00, 0x00, 0x19, 0x98, 0x00, 0x80, 0xe6, 0x67, 0x01,
|
||||
0x40, 0x19, 0x98, 0x02, 0x20, 0xe5, 0xa7, 0x04, 0xa0, 0x12, 0x48, 0x05,
|
||||
0x90, 0xca, 0x53, 0x09, 0x50, 0x25, 0xa4, 0x0a, 0x50, 0x15, 0xa8, 0x0a,
|
||||
0x50, 0x15, 0xa8, 0x0a, 0x50, 0x15, 0xa8, 0x0a, 0x50, 0x15, 0xa8, 0x0a,
|
||||
0x50, 0x25, 0xa4, 0x0a, 0x90, 0xca, 0x53, 0x09, 0xa0, 0x12, 0x48, 0x05,
|
||||
0x20, 0xe5, 0xa7, 0x04, 0x40, 0x19, 0x98, 0x02, 0x80, 0xe6, 0x67, 0x01,
|
||||
0x00, 0x19, 0x98, 0x00, 0x00, 0xe2, 0x47, 0x00, 0x00, 0x0c, 0x30, 0x00,
|
||||
0x00, 0xf0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
static const unsigned char bx_cdromd_eject_bmap[(BX_CONFIG_BMAP_X * BX_CONFIG_BMAP_Y)/8] = {
|
||||
0x01, 0x00, 0x00, 0x80, 0x02, 0x60, 0x0e, 0x40, 0x04, 0x10, 0x12, 0x20,
|
||||
0x08, 0x10, 0x12, 0x10, 0x10, 0x10, 0x12, 0x08, 0x20, 0x60, 0x0e, 0x04,
|
||||
0x40, 0x00, 0x00, 0x02, 0x80, 0xf0, 0x0f, 0x01, 0x00, 0x0d, 0xb0, 0x00,
|
||||
0x00, 0xe2, 0x47, 0x00, 0x00, 0x1d, 0xb8, 0x00, 0x80, 0xee, 0x77, 0x01,
|
||||
0x40, 0x19, 0x98, 0x02, 0x20, 0xe5, 0xa7, 0x04, 0xa0, 0x52, 0x4a, 0x05,
|
||||
0x90, 0xca, 0x53, 0x09, 0x50, 0xa5, 0xa5, 0x0a, 0x50, 0x55, 0xaa, 0x0a,
|
||||
0x50, 0x35, 0xac, 0x0a, 0x50, 0x15, 0xa8, 0x0a, 0x50, 0x1d, 0xb8, 0x0a,
|
||||
0x50, 0x25, 0xa4, 0x0a, 0x90, 0xca, 0x53, 0x09, 0xa0, 0x13, 0xc8, 0x05,
|
||||
0xa0, 0xe5, 0xa7, 0x05, 0x40, 0x19, 0x98, 0x02, 0xa0, 0xe6, 0x67, 0x05,
|
||||
0x10, 0x19, 0x98, 0x08, 0x08, 0xe2, 0x47, 0x10, 0x04, 0x0c, 0x30, 0x20,
|
||||
0x02, 0xf0, 0x0f, 0x40, 0x01, 0x00, 0x00, 0x80
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/cdromd.xpm
Normal file
41
simulators/bochs/gui/bitmaps/cdromd.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *cdromd_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
".............##..###............",
|
||||
"............#....#..#...........",
|
||||
"............#....#..#...........",
|
||||
"............#....#..#...........",
|
||||
".............##..###............",
|
||||
"................................",
|
||||
"............########............",
|
||||
"..........##........##..........",
|
||||
".........#...######...#.........",
|
||||
"........#..##......##..#........",
|
||||
".......#.##..######..##.#.......",
|
||||
"......#.#..##......##..#.#......",
|
||||
".....#..#.#..######..#.#..#.....",
|
||||
".....#.#.#..#......#..#.#.#.....",
|
||||
"....#..#.#.#..####..#.#.#..#....",
|
||||
"....#.#.#.#..#....#..#.#.#.#....",
|
||||
"....#.#.#.#.#......#.#.#.#.#....",
|
||||
"....#.#.#.#.#......#.#.#.#.#....",
|
||||
"....#.#.#.#.#......#.#.#.#.#....",
|
||||
"....#.#.#.#.#......#.#.#.#.#....",
|
||||
"....#.#.#.#..#....#..#.#.#.#....",
|
||||
"....#..#.#.#..####..#.#.#..#....",
|
||||
".....#.#.#..#......#..#.#.#.....",
|
||||
".....#..#.#..######..#.#..#.....",
|
||||
"......#.#..##......##..#.#......",
|
||||
".......#.##..######..##.#.......",
|
||||
"........#..##......##..#........",
|
||||
".........#...######...#.........",
|
||||
"..........##........##..........",
|
||||
"............########............",
|
||||
"................................"
|
||||
};
|
||||
16
simulators/bochs/gui/bitmaps/configbutton.h
Normal file
16
simulators/bochs/gui/bitmaps/configbutton.h
Normal file
@ -0,0 +1,16 @@
|
||||
#define BX_CONFIG_BMAP_X 32
|
||||
#define BX_CONFIG_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_config_bmap[(BX_CONFIG_BMAP_X * BX_CONFIG_BMAP_Y)/8] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x80, 0x01, 0xfc, 0x7f, 0xc0, 0x03,
|
||||
0xfc, 0xff, 0xc1, 0x03, 0xfc, 0xff, 0xc1, 0x03, 0xfc, 0x7f, 0xc0, 0x03,
|
||||
0x84, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03,
|
||||
0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03,
|
||||
0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03,
|
||||
0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xc0, 0x03,
|
||||
0x80, 0x07, 0xc0, 0x03, 0x80, 0x07, 0xe0, 0x07, 0x80, 0x07, 0xf0, 0x0f,
|
||||
0x80, 0x07, 0x70, 0x0e, 0x80, 0x07, 0x30, 0x0c, 0x80, 0x07, 0x30, 0x0c,
|
||||
0x80, 0x07, 0x20, 0x04, 0x00, 0x00, 0x00, 0x00, 0x38, 0x27, 0xba, 0x1c,
|
||||
0x84, 0x68, 0x8a, 0x02, 0x84, 0xa8, 0xba, 0x32, 0x84, 0x28, 0x8b, 0x22,
|
||||
0x38, 0x27, 0x8a, 0x1c, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/configbutton.xpm
Normal file
41
simulators/bochs/gui/bitmaps/configbutton.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *configbutton_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
"..#....................##.......",
|
||||
"..#############.......####......",
|
||||
"..###############.....####......",
|
||||
"..###############.....####......",
|
||||
"..#############.......####......",
|
||||
"..#....####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####...........####......",
|
||||
".......####..........######.....",
|
||||
".......####.........########....",
|
||||
".......####.........###..###....",
|
||||
".......####.........##....##....",
|
||||
".......####.........##....##....",
|
||||
".......####..........#....#.....",
|
||||
"................................",
|
||||
"...###..###..#...#.###.#..###...",
|
||||
"..#....#...#.##..#.#...#.#......",
|
||||
"..#....#...#.#.#.#.###.#.#..##..",
|
||||
"..#....#...#.#..##.#...#.#...#..",
|
||||
"...###..###..#...#.#...#..###...",
|
||||
"................................"
|
||||
};
|
||||
19
simulators/bochs/gui/bitmaps/copy.h
Normal file
19
simulators/bochs/gui/bitmaps/copy.h
Normal file
@ -0,0 +1,19 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_COPY_BMAP_X 32
|
||||
#define BX_COPY_BMAP_Y 32
|
||||
|
||||
static unsigned char bx_copy_bmap[(BX_COPY_BMAP_X*BX_COPY_BMAP_Y)] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
|
||||
0x80, 0x60, 0x4e, 0x02, 0x80, 0x90, 0x52, 0x02, 0x80, 0x90, 0x52, 0x02,
|
||||
0x00, 0x6f, 0x8e, 0x03, 0x00, 0x00, 0x02, 0x02, 0xf8, 0x3f, 0x02, 0x02,
|
||||
0x08, 0x20, 0xc0, 0x01, 0xe8, 0x2b, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00,
|
||||
0xe8, 0x2e, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0xe8, 0x39, 0x00, 0x00,
|
||||
0x08, 0x24, 0x00, 0x00, 0x88, 0x20, 0x00, 0x00, 0xe8, 0xaf, 0xff, 0x03,
|
||||
0x08, 0xa0, 0x00, 0x02, 0xf8, 0xbf, 0xbe, 0x02, 0x00, 0x80, 0x00, 0x02,
|
||||
0x80, 0x88, 0xee, 0x02, 0x80, 0x90, 0x00, 0x02, 0x00, 0xbf, 0x9e, 0x03,
|
||||
0x00, 0x90, 0x40, 0x02, 0x00, 0x88, 0x08, 0x02, 0x00, 0x80, 0xfe, 0x02,
|
||||
0x00, 0x80, 0x00, 0x02, 0x00, 0x80, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|
||||
41
simulators/bochs/gui/bitmaps/copy.xpm
Normal file
41
simulators/bochs/gui/bitmaps/copy.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *copy_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
"........####....................",
|
||||
".......#........................",
|
||||
".......#.....##..###..#..#......",
|
||||
".......#....#..#.#..#.#..#......",
|
||||
".......#....#..#.#..#.#..#......",
|
||||
"........####.##..###...###......",
|
||||
".................#.......#......",
|
||||
"...###########...#.......#......",
|
||||
"...#.........#........###.......",
|
||||
"...#.#####.#.#..................",
|
||||
"...#.........#..................",
|
||||
"...#.###.###.#..................",
|
||||
"...#.........#..................",
|
||||
"...#.####..###..................",
|
||||
"...#......#..#..................",
|
||||
"...#...#.....#..................",
|
||||
"...#.#######.#.###########......",
|
||||
"...#.........#.#.........#......",
|
||||
"...###########.#.#####.#.#......",
|
||||
"...............#.........#......",
|
||||
".......#...#...#.###.###.#......",
|
||||
".......#....#..#.........#......",
|
||||
"........######.#.####..###......",
|
||||
"............#..#......#..#......",
|
||||
"...........#...#...#.....#......",
|
||||
"...............#.#######.#......",
|
||||
"...............#.........#......",
|
||||
"...............###########......",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
34
simulators/bochs/gui/bitmaps/floppya.h
Normal file
34
simulators/bochs/gui/bitmaps/floppya.h
Normal file
@ -0,0 +1,34 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_FLOPPYA_BMAP_X 32
|
||||
#define BX_FLOPPYA_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_floppya_bmap[(BX_FLOPPYA_BMAP_X * BX_FLOPPYA_BMAP_Y)/8] = {
|
||||
0x00, 0x80, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x40, 0x11, 0x00,
|
||||
0x00, 0xc0, 0x01, 0x00, 0x00, 0x60, 0x13, 0x00, 0x00, 0x60, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0x20, 0xfd, 0xbf, 0x04, 0x20, 0x01, 0x80, 0x04, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x01, 0x80, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x01, 0x80, 0x07, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x01, 0x80, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xaf, 0xea, 0x07, 0xe0, 0xf7, 0xd5, 0x07,
|
||||
0xe0, 0xef, 0xea, 0x07, 0xe0, 0xf7, 0xd5, 0x07, 0xc0, 0xef, 0xea, 0x07,
|
||||
0x80, 0x57, 0xd5, 0x07, 0x00, 0xaf, 0xea, 0x07
|
||||
};
|
||||
|
||||
static const unsigned char bx_floppya_eject_bmap[(BX_FLOPPYA_BMAP_X * BX_FLOPPYA_BMAP_Y)/8] = {
|
||||
0x01, 0x80, 0x00, 0x80, 0x02, 0x40, 0x01, 0x40, 0x04, 0x40, 0x11, 0x20,
|
||||
0x08, 0xc0, 0x01, 0x10, 0x10, 0x60, 0x13, 0x08, 0x20, 0x60, 0x03, 0x04,
|
||||
0x40, 0x00, 0x00, 0x02, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0x20, 0xff, 0xff, 0x04, 0x20, 0x05, 0xa0, 0x04, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x11, 0x88, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x41, 0x82, 0x07,
|
||||
0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x81, 0x81, 0x07, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x21, 0x84, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x09, 0x90, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xaf, 0xea, 0x07, 0xe0, 0xf7, 0xd5, 0x07,
|
||||
0xf0, 0xef, 0xea, 0x0f, 0xe8, 0xf7, 0xd5, 0x17, 0xc4, 0xef, 0xea, 0x27,
|
||||
0x82, 0x57, 0xd5, 0x47, 0x01, 0xaf, 0xea, 0x87
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/floppya.xpm
Normal file
41
simulators/bochs/gui/bitmaps/floppya.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *floppya_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"...............#................",
|
||||
"..............#.#...............",
|
||||
"..............#.#...#...........",
|
||||
"..............###...............",
|
||||
".............##.##..#...........",
|
||||
".............##.##..............",
|
||||
"................................",
|
||||
".....######################.....",
|
||||
".....####..............####.....",
|
||||
".....#..#.############.#..#.....",
|
||||
".....#..#..............#..#.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....######################.....",
|
||||
".....######################.....",
|
||||
".....######################.....",
|
||||
".....######################.....",
|
||||
".....#######.#.#.#.#.######.....",
|
||||
".....######.#####.#.#.#####.....",
|
||||
".....#######.###.#.#.######.....",
|
||||
".....######.#####.#.#.#####.....",
|
||||
"......######.###.#.#.######.....",
|
||||
".......####.#.#.#.#.#.#####.....",
|
||||
"........####.#.#.#.#.######....."
|
||||
};
|
||||
34
simulators/bochs/gui/bitmaps/floppyb.h
Normal file
34
simulators/bochs/gui/bitmaps/floppyb.h
Normal file
@ -0,0 +1,34 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_FLOPPYB_BMAP_X 32
|
||||
#define BX_FLOPPYB_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_floppyb_bmap[(BX_FLOPPYB_BMAP_X * BX_FLOPPYB_BMAP_Y)/8] = {
|
||||
0x00, 0xe0, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0xe0, 0x08, 0x00,
|
||||
0x00, 0x20, 0x01, 0x00, 0x00, 0x20, 0x09, 0x00, 0x00, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0x20, 0xfd, 0xbf, 0x04, 0x20, 0x01, 0x80, 0x04, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x01, 0x80, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x01, 0x80, 0x07, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x01, 0x80, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xaf, 0xea, 0x07, 0xe0, 0xf7, 0xd5, 0x07,
|
||||
0xe0, 0xef, 0xea, 0x07, 0xe0, 0xf7, 0xd5, 0x07, 0xc0, 0xef, 0xea, 0x07,
|
||||
0x80, 0x57, 0xd5, 0x07, 0x00, 0xaf, 0xea, 0x07
|
||||
};
|
||||
|
||||
static const unsigned char bx_floppyb_eject_bmap[(BX_FLOPPYB_BMAP_X * BX_FLOPPYB_BMAP_Y)/8] = {
|
||||
0x01, 0xe0, 0x00, 0x80, 0x02, 0x20, 0x01, 0x40, 0x04, 0xe0, 0x08, 0x20,
|
||||
0x08, 0x20, 0x01, 0x10, 0x10, 0x20, 0x09, 0x08, 0x20, 0xe0, 0x00, 0x04,
|
||||
0x40, 0x00, 0x00, 0x02, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0x01, 0x80, 0x07,
|
||||
0x20, 0xff, 0xff, 0x04, 0x20, 0x05, 0xa0, 0x04, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x11, 0x88, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x41, 0x82, 0x07,
|
||||
0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x81, 0x81, 0x07, 0xe0, 0xfd, 0xbf, 0x07,
|
||||
0xe0, 0x21, 0x84, 0x07, 0xe0, 0xfd, 0xbf, 0x07, 0xe0, 0x09, 0x90, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07, 0xe0, 0xff, 0xff, 0x07,
|
||||
0xe0, 0xff, 0xff, 0x07, 0xe0, 0xaf, 0xea, 0x07, 0xe0, 0xf7, 0xd5, 0x07,
|
||||
0xf0, 0xef, 0xea, 0x0f, 0xe8, 0xf7, 0xd5, 0x17, 0xc4, 0xef, 0xea, 0x27,
|
||||
0x82, 0x57, 0xd5, 0x47, 0x01, 0xaf, 0xea, 0x87
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/floppyb.xpm
Normal file
41
simulators/bochs/gui/bitmaps/floppyb.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *floppyb_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
".............###................",
|
||||
".............#..#...............",
|
||||
".............###...#............",
|
||||
".............#..#...............",
|
||||
".............#..#..#............",
|
||||
".............###................",
|
||||
"................................",
|
||||
".....######################.....",
|
||||
".....####..............####.....",
|
||||
".....#..#.############.#..#.....",
|
||||
".....#..#..............#..#.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....####.############.####.....",
|
||||
".....####..............####.....",
|
||||
".....######################.....",
|
||||
".....######################.....",
|
||||
".....######################.....",
|
||||
".....######################.....",
|
||||
".....#######.#.#.#.#.######.....",
|
||||
".....######.#####.#.#.#####.....",
|
||||
".....#######.###.#.#.######.....",
|
||||
".....######.#####.#.#.#####.....",
|
||||
"......######.###.#.#.######.....",
|
||||
".......####.#.#.#.#.#.#####.....",
|
||||
"........####.#.#.#.#.######....."
|
||||
};
|
||||
34
simulators/bochs/gui/bitmaps/mouse.h
Normal file
34
simulators/bochs/gui/bitmaps/mouse.h
Normal file
@ -0,0 +1,34 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_MOUSE_BMAP_X 32
|
||||
#define BX_MOUSE_BMAP_Y 32
|
||||
|
||||
static unsigned char bx_mouse_bmap[(BX_MOUSE_BMAP_X * BX_MOUSE_BMAP_Y)/8] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xf8, 0x1f, 0x00,
|
||||
0x00, 0x0c, 0x30, 0x00, 0x00, 0x06, 0x60, 0x00, 0x00, 0x06, 0x40, 0x00,
|
||||
0xf8, 0xff, 0xc0, 0x00, 0x0c, 0x80, 0xc1, 0x00, 0x24, 0x22, 0xc1, 0x00,
|
||||
0x74, 0x77, 0x81, 0x00, 0x74, 0x77, 0x81, 0x01, 0x74, 0x77, 0x81, 0x01,
|
||||
0x74, 0x77, 0x01, 0x01, 0x74, 0x77, 0x01, 0x03, 0x74, 0x77, 0x01, 0x06,
|
||||
0x24, 0x22, 0x01, 0x0c, 0x0c, 0x80, 0x01, 0x38, 0x04, 0x00, 0x01, 0x00,
|
||||
0x0c, 0x80, 0x01, 0x00, 0x04, 0x00, 0x01, 0x00, 0x0c, 0x80, 0x01, 0x00,
|
||||
0x04, 0x00, 0x01, 0x00, 0x0c, 0x80, 0x01, 0x00, 0x04, 0x00, 0x01, 0x00,
|
||||
0x0c, 0x80, 0x01, 0x00, 0x14, 0x40, 0x01, 0x00, 0x2c, 0xa0, 0x01, 0x00,
|
||||
0x54, 0x55, 0x01, 0x00, 0xac, 0xaa, 0x01, 0x00, 0xf8, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
static unsigned char bx_nomouse_bmap[(BX_MOUSE_BMAP_X * BX_MOUSE_BMAP_Y)/8] = {
|
||||
0x01, 0x00, 0x00, 0x80, 0x02, 0xe0, 0x07, 0x40, 0x04, 0xf8, 0x1f, 0x20,
|
||||
0x08, 0x0c, 0x30, 0x10, 0x10, 0x06, 0x60, 0x08, 0x20, 0x06, 0x40, 0x04,
|
||||
0xf8, 0xff, 0xc0, 0x02, 0x8c, 0x80, 0xc1, 0x01, 0x24, 0x23, 0xc1, 0x00,
|
||||
0x74, 0x77, 0xc1, 0x00, 0x74, 0x77, 0xa1, 0x01, 0x74, 0x7f, 0x91, 0x01,
|
||||
0x74, 0x77, 0x09, 0x01, 0x74, 0x77, 0x05, 0x03, 0x74, 0x77, 0x03, 0x06,
|
||||
0x24, 0xa2, 0x01, 0x0c, 0x0c, 0x80, 0x01, 0x38, 0x04, 0x40, 0x03, 0x00,
|
||||
0x0c, 0xa0, 0x05, 0x00, 0x04, 0x10, 0x09, 0x00, 0x0c, 0x88, 0x11, 0x00,
|
||||
0x04, 0x04, 0x21, 0x00, 0x0c, 0x82, 0x41, 0x00, 0x04, 0x01, 0x81, 0x00,
|
||||
0x8c, 0x80, 0x01, 0x01, 0x54, 0x40, 0x01, 0x02, 0x2c, 0xa0, 0x01, 0x04,
|
||||
0x54, 0x55, 0x01, 0x08, 0xac, 0xaa, 0x01, 0x10, 0xfc, 0xff, 0x00, 0x20,
|
||||
0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x80
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/mouse.xpm
Normal file
41
simulators/bochs/gui/bitmaps/mouse.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *mouse_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
".............######.............",
|
||||
"...........##########...........",
|
||||
"..........##........##..........",
|
||||
".........##..........##.........",
|
||||
".........##...........#.........",
|
||||
"...#############......##........",
|
||||
"..##...........##.....##........",
|
||||
"..#..#...#...#..#.....##........",
|
||||
"..#.###.###.###.#......#........",
|
||||
"..#.###.###.###.#......##.......",
|
||||
"..#.###.###.###.#......##.......",
|
||||
"..#.###.###.###.#.......#.......",
|
||||
"..#.###.###.###.#.......##......",
|
||||
"..#.###.###.###.#........##.....",
|
||||
"..#..#...#...#..#.........##....",
|
||||
"..##...........##..........###..",
|
||||
"..#.............#...............",
|
||||
"..##...........##...............",
|
||||
"..#.............#...............",
|
||||
"..##...........##...............",
|
||||
"..#.............#...............",
|
||||
"..##...........##...............",
|
||||
"..#.............#...............",
|
||||
"..##...........##...............",
|
||||
"..#.#.........#.#...............",
|
||||
"..##.#.......#.##...............",
|
||||
"..#.#.#.#.#.#.#.#...............",
|
||||
"..##.#.#.#.#.#.##...............",
|
||||
"...#############................",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
19
simulators/bochs/gui/bitmaps/paste.h
Normal file
19
simulators/bochs/gui/bitmaps/paste.h
Normal file
@ -0,0 +1,19 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_PASTE_BMAP_X 32
|
||||
#define BX_PASTE_BMAP_Y 32
|
||||
|
||||
static unsigned char bx_paste_bmap[(BX_PASTE_BMAP_X*BX_PASTE_BMAP_Y)] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x10, 0x00, 0x20, 0x9a, 0x93, 0x03,
|
||||
0x20, 0x66, 0x78, 0x04, 0xe0, 0xa5, 0xd3, 0x07, 0x20, 0x24, 0x54, 0x00,
|
||||
0x20, 0xd8, 0x93, 0x03, 0x00, 0x80, 0x01, 0x00, 0x00, 0xc0, 0x02, 0x00,
|
||||
0x00, 0x7c, 0x3f, 0x00, 0xc0, 0x83, 0xc1, 0x03, 0x20, 0x02, 0x40, 0x04,
|
||||
0x20, 0x01, 0x80, 0x04, 0x20, 0x01, 0x80, 0x04, 0xa0, 0xff, 0xff, 0x05,
|
||||
0x20, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x04, 0x20, 0xf8, 0x3f, 0x04,
|
||||
0x20, 0x08, 0x20, 0x04, 0x20, 0xe8, 0x2b, 0x04, 0x20, 0x08, 0x20, 0x04,
|
||||
0x20, 0xe8, 0x2e, 0x04, 0x20, 0x08, 0x20, 0x04, 0x20, 0xe8, 0x39, 0x04,
|
||||
0x20, 0x08, 0x24, 0x04, 0x20, 0x88, 0x20, 0x04, 0x20, 0xe8, 0x2f, 0x04,
|
||||
0x20, 0x08, 0x20, 0x04, 0x20, 0xf8, 0x3f, 0x04, 0x20, 0x00, 0x00, 0x04,
|
||||
0xc0, 0xff, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, };
|
||||
41
simulators/bochs/gui/bitmaps/paste.xpm
Normal file
41
simulators/bochs/gui/bitmaps/paste.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *paste_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
".....####...........#...........",
|
||||
".....#...#.##..###..#..###......",
|
||||
".....#...##..##....####...#.....",
|
||||
".....####.#..#.###..#.#####.....",
|
||||
".....#....#..#....#.#.#.........",
|
||||
".....#.....##.####..#..###......",
|
||||
"...............##...............",
|
||||
"..............##.#..............",
|
||||
"..........#####.######..........",
|
||||
"......####.....##.....####......",
|
||||
".....#...#............#...#.....",
|
||||
".....#..#..............#..#.....",
|
||||
".....#..#..............#..#.....",
|
||||
".....#.##################.#.....",
|
||||
".....#....................#.....",
|
||||
".....#....................#.....",
|
||||
".....#.....###########....#.....",
|
||||
".....#.....#.........#....#.....",
|
||||
".....#.....#.#####.#.#....#.....",
|
||||
".....#.....#.........#....#.....",
|
||||
".....#.....#.###.###.#....#.....",
|
||||
".....#.....#.........#....#.....",
|
||||
".....#.....#.####..###....#.....",
|
||||
".....#.....#......#..#....#.....",
|
||||
".....#.....#...#.....#....#.....",
|
||||
".....#.....#.#######.#....#.....",
|
||||
".....#.....#.........#....#.....",
|
||||
".....#.....###########....#.....",
|
||||
".....#....................#.....",
|
||||
"......####################......",
|
||||
"................................"
|
||||
};
|
||||
20
simulators/bochs/gui/bitmaps/power.h
Normal file
20
simulators/bochs/gui/bitmaps/power.h
Normal file
@ -0,0 +1,20 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_POWER_BMAP_X 32
|
||||
#define BX_POWER_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_power_bmap[(BX_POWER_BMAP_X * BX_POWER_BMAP_Y)/8] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00,
|
||||
0x24, 0x67, 0x66, 0x34, 0xa4, 0x28, 0x92, 0x48, 0x9a, 0xa8, 0xfa, 0x04,
|
||||
0x82, 0x64, 0x09, 0x04, 0x07, 0xa3, 0x70, 0x0e, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xf8, 0x03, 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0x0f, 0x1e, 0x00,
|
||||
0x80, 0x03, 0x38, 0x00, 0xc0, 0x00, 0x60, 0x00, 0xe0, 0xe0, 0xe0, 0x00,
|
||||
0x60, 0xe0, 0xc0, 0x00, 0x70, 0xe0, 0xc0, 0x01, 0x30, 0xe0, 0x80, 0x01,
|
||||
0x30, 0xe0, 0x80, 0x01, 0x30, 0xe0, 0x80, 0x01, 0x30, 0xe0, 0x80, 0x01,
|
||||
0x30, 0xe0, 0x80, 0x01, 0x70, 0xe0, 0xc0, 0x01, 0x60, 0xe0, 0xc0, 0x00,
|
||||
0xe0, 0xe0, 0xe0, 0x00, 0xc0, 0x00, 0x60, 0x00, 0x80, 0x03, 0x38, 0x00,
|
||||
0x00, 0x0f, 0x1e, 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xf8, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/power.xpm
Normal file
41
simulators/bochs/gui/bitmaps/power.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *power_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
"................................",
|
||||
".####...........................",
|
||||
"..#..#..###..##..##..##...#.##..",
|
||||
"..#..#.#...#.#...#..#..#...#..#.",
|
||||
".#.##..#...#.#.#.#.#####..#.....",
|
||||
".#.....#..#..##.#..#......#.....",
|
||||
"###.....##...#.#....###..###....",
|
||||
"................................",
|
||||
"...........#######..............",
|
||||
".........###########............",
|
||||
"........####.....####...........",
|
||||
".......###.........###..........",
|
||||
"......##.............##.........",
|
||||
".....###.....###.....###........",
|
||||
".....##......###......##........",
|
||||
"....###......###......###.......",
|
||||
"....##.......###.......##.......",
|
||||
"....##.......###.......##.......",
|
||||
"....##.......###.......##.......",
|
||||
"....##.......###.......##.......",
|
||||
"....##.......###.......##.......",
|
||||
"....###......###......###.......",
|
||||
".....##......###......##........",
|
||||
".....###.....###.....###........",
|
||||
"......##.............##.........",
|
||||
".......###.........###..........",
|
||||
"........####.....####...........",
|
||||
".........###########............",
|
||||
"...........#######..............",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
20
simulators/bochs/gui/bitmaps/reset.h
Normal file
20
simulators/bochs/gui/bitmaps/reset.h
Normal file
@ -0,0 +1,20 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_RESET_BMAP_X 32
|
||||
#define BX_RESET_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_reset_bmap[(BX_RESET_BMAP_X * BX_RESET_BMAP_Y)/8] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x3c, 0x00, 0x00, 0x10,
|
||||
0x48, 0x0c, 0xc7, 0x7c, 0x48, 0x92, 0x20, 0x11, 0x34, 0x1f, 0xf3, 0x09,
|
||||
0x24, 0x41, 0x12, 0x48, 0x6e, 0xce, 0xe1, 0x30, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x0f, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xe0, 0x3f, 0x00,
|
||||
0x00, 0xc7, 0x38, 0x00, 0x00, 0x87, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00,
|
||||
0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00,
|
||||
0x00, 0x07, 0x38, 0x00, 0x00, 0xff, 0x3f, 0x00, 0x00, 0xfe, 0x1f, 0x00,
|
||||
0x00, 0xfc, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/reset.xpm
Normal file
41
simulators/bochs/gui/bitmaps/reset.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *reset_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
".............................#..",
|
||||
"..####......................#...",
|
||||
"...#..#...##....###...##..#####.",
|
||||
"...#..#..#..#..#.....#..#...#...",
|
||||
"..#.##..#####...##..#####..#....",
|
||||
"..#..#..#.....#..#..#......#..#.",
|
||||
".###.##..###..###....###....##..",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"...............#................",
|
||||
"..............##................",
|
||||
".............#######............",
|
||||
"............#########...........",
|
||||
".............#########..........",
|
||||
"........###...##...###..........",
|
||||
"........###....#...###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........##############..........",
|
||||
".........############...........",
|
||||
"..........##########............",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
26
simulators/bochs/gui/bitmaps/saverestore.h
Executable file
26
simulators/bochs/gui/bitmaps/saverestore.h
Executable file
@ -0,0 +1,26 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_SAVE_RESTORE_BMAP_X 32
|
||||
#define BX_SAVE_RESTORE_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_save_restore_bmap[(BX_SAVE_RESTORE_BMAP_X * BX_SAVE_RESTORE_BMAP_Y)/8] =
|
||||
{
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x2e, 0xdd, 0x9d, 0x3b,
|
||||
0x22, 0x45, 0x45, 0x4a, 0x2c, 0xd9, 0x5d, 0x4a,
|
||||
0x28, 0x51, 0x44, 0x4a, 0xee, 0x5d, 0x5c, 0x3a,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x01, 0x00, 0x00, 0xe0, 0x01, 0x00,
|
||||
0x00, 0xe0, 0x01, 0x00, 0x00, 0xe0, 0x01, 0x00,
|
||||
0x00, 0xec, 0x0d, 0x00, 0x00, 0xee, 0x1d, 0x00,
|
||||
0x00, 0xef, 0x3d, 0x00, 0x00, 0xe7, 0x39, 0x00,
|
||||
0x00, 0xe7, 0x39, 0x00, 0x00, 0x07, 0x38, 0x00,
|
||||
0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00,
|
||||
0x00, 0x07, 0x38, 0x00, 0x00, 0x07, 0x38, 0x00,
|
||||
0x00, 0xff, 0x3f, 0x00, 0x00, 0xfe, 0x1f, 0x00,
|
||||
0x00, 0xfc, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/saverestore.xpm
Executable file
41
simulators/bochs/gui/bitmaps/saverestore.xpm
Executable file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *saverestore_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
".###.#..#.###.###.###..###.###..",
|
||||
".#...#..#.#...#.#.#...#..#.#..#.",
|
||||
"..##.#..#..##.###.###.#..#.#..#.",
|
||||
"...#.#..#...#.#...#...#..#.#..#.",
|
||||
".###.####.###.#...###.#..#.###..",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
".............####...............",
|
||||
".............####...............",
|
||||
".............####...............",
|
||||
".............####...............",
|
||||
"..........##.####.##............",
|
||||
".........###.####.###...........",
|
||||
"........####.####.####..........",
|
||||
"........###..####..###..........",
|
||||
"........###..####..###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........###........###..........",
|
||||
"........##############..........",
|
||||
".........############...........",
|
||||
"..........##########............",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
};
|
||||
20
simulators/bochs/gui/bitmaps/snapshot.h
Normal file
20
simulators/bochs/gui/bitmaps/snapshot.h
Normal file
@ -0,0 +1,20 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_SNAPSHOT_BMAP_X 32
|
||||
#define BX_SNAPSHOT_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_snapshot_bmap[(BX_SNAPSHOT_BMAP_X * BX_SNAPSHOT_BMAP_Y)/8] = {
|
||||
0x00, 0x00, 0x20, 0x40, 0x77, 0xe6, 0xee, 0xec, 0x91, 0xa8, 0xa2, 0x52,
|
||||
0x96, 0xac, 0xac, 0x52, 0x94, 0xaa, 0xa8, 0x52, 0xb7, 0xee, 0xae, 0xcc,
|
||||
0x00, 0x20, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0x08, 0x10, 0x00,
|
||||
0x7c, 0x0f, 0x10, 0x1f, 0xfa, 0x07, 0xa0, 0x2e, 0x42, 0x07, 0xa0, 0x50,
|
||||
0xa3, 0x03, 0xc0, 0xe0, 0xff, 0xee, 0x77, 0xbf, 0x01, 0xf9, 0x9f, 0x40,
|
||||
0x01, 0x1d, 0xb8, 0xa0, 0xff, 0xe5, 0xa7, 0xff, 0xff, 0xba, 0x5a, 0xff,
|
||||
0xff, 0x55, 0xb5, 0xff, 0xff, 0x8d, 0xaa, 0xff, 0xff, 0x16, 0x55, 0xff,
|
||||
0xff, 0xa2, 0x6a, 0xff, 0xff, 0x46, 0x55, 0xff, 0xff, 0xaa, 0x6a, 0xff,
|
||||
0xff, 0x56, 0x55, 0xff, 0xfe, 0xae, 0x6a, 0x7f, 0x00, 0x55, 0xb5, 0x00,
|
||||
0x00, 0xbd, 0xba, 0x00, 0x00, 0xfa, 0x5f, 0x00, 0x00, 0xe4, 0x27, 0x00,
|
||||
0x00, 0x18, 0x18, 0x00, 0x00, 0xe0, 0x07, 0x00
|
||||
};
|
||||
41
simulators/bochs/gui/bitmaps/snapshot.xpm
Normal file
41
simulators/bochs/gui/bitmaps/snapshot.xpm
Normal file
@ -0,0 +1,41 @@
|
||||
/* XPM */
|
||||
static const char *snapshot_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 32 32 2 1",
|
||||
/* colors */
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
".....................#........#.",
|
||||
"###.###..##..###.###.###..##.###",
|
||||
"#...#..#...#.#.#.#...#.#.#..#.#.",
|
||||
".##.#..#..##.#.#..##.#.#.#..#.#.",
|
||||
"..#.#..#.#.#.#.#...#.#.#.#..#.#.",
|
||||
"###.##.#.###.###.###.#.#..##..##",
|
||||
".............#..................",
|
||||
"............########............",
|
||||
"...........#........#...........",
|
||||
"..#####.####........#...#####...",
|
||||
".#.########..........#.#.###.#..",
|
||||
".#....#.###..........#.#....#.#.",
|
||||
"##...#.###............##.....###",
|
||||
"########.###.######.###.######.#",
|
||||
"#.......#..##########..#......#.",
|
||||
"#.......#.###......###.#.....#.#",
|
||||
"#########.#..######..#.#########",
|
||||
"########.#.###.#.#.##.#.########",
|
||||
"#########.#.#.#.#.#.##.#########",
|
||||
"#########.##...#.#.#.#.#########",
|
||||
"########.##.#...#.#.#.#.########",
|
||||
"########.#...#.#.#.#.##.########",
|
||||
"########.##...#.#.#.#.#.########",
|
||||
"########.#.#.#.#.#.#.##.########",
|
||||
"########.##.#.#.#.#.#.#.########",
|
||||
".#######.###.#.#.#.#.##.#######.",
|
||||
"........#.#.#.#.#.#.##.#........",
|
||||
"........#.####.#.#.###.#........",
|
||||
".........#.##########.#.........",
|
||||
"..........#..######..#..........",
|
||||
"...........##......##...........",
|
||||
".............######............."
|
||||
};
|
||||
20
simulators/bochs/gui/bitmaps/userbutton.h
Normal file
20
simulators/bochs/gui/bitmaps/userbutton.h
Normal file
@ -0,0 +1,20 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id$
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BX_USER_BMAP_X 32
|
||||
#define BX_USER_BMAP_Y 32
|
||||
|
||||
static const unsigned char bx_user_bmap[BX_USER_BMAP_X*BX_USER_BMAP_Y/8] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x84, 0x78, 0x9e, 0x07, 0x84, 0x04, 0x82, 0x08,
|
||||
0x84, 0x04, 0x82, 0x08, 0x84, 0x38, 0x9e, 0x07, 0x84, 0x40, 0x82, 0x01,
|
||||
0x84, 0x40, 0x82, 0x06, 0x78, 0x3c, 0x9e, 0x08, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1c,
|
||||
0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00,
|
||||
0x00, 0x00, 0x80, 0x00, 0xfe, 0xff, 0xff, 0x3f, 0x02, 0x00, 0x00, 0x20,
|
||||
0xaa, 0xaa, 0x2a, 0x2a, 0x02, 0x00, 0x00, 0x20, 0x02, 0x00, 0x00, 0x20,
|
||||
0xaa, 0xaa, 0xaa, 0x2a, 0x52, 0x55, 0x11, 0x25, 0xaa, 0xaa, 0xaa, 0x2a,
|
||||
0x52, 0x55, 0x01, 0x25, 0xaa, 0xaa, 0x82, 0x2a, 0x52, 0x55, 0x11, 0x25,
|
||||
0xaa, 0xbf, 0xaa, 0x2a, 0x02, 0x00, 0x00, 0x20, 0xfe, 0xff, 0xff, 0x3f,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
40
simulators/bochs/gui/bitmaps/userbutton.xpm
Normal file
40
simulators/bochs/gui/bitmaps/userbutton.xpm
Normal file
@ -0,0 +1,40 @@
|
||||
/* XPM */
|
||||
static const char *userbutton_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 2 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
/* pixels */
|
||||
"................................",
|
||||
"..#....#...####..####..####.....",
|
||||
"..#....#..#......#.....#...#....",
|
||||
"..#....#..#......#.....#...#....",
|
||||
"..#....#...###...####..####.....",
|
||||
"..#....#......#..#.....##.......",
|
||||
"..#....#......#..#.....#.##.....",
|
||||
"...####...####...####..#...#....",
|
||||
"................................",
|
||||
"................................",
|
||||
".............................#..",
|
||||
"..........................###...",
|
||||
".........................#......",
|
||||
"........................#.......",
|
||||
".......................#........",
|
||||
".......................#........",
|
||||
".#############################..",
|
||||
".#...........................#..",
|
||||
".#.#.#.#.#.#.#.#.#.#.#...#.#.#..",
|
||||
".#...........................#..",
|
||||
".#...........................#..",
|
||||
".#.#.#.#.#.#.#.#.#.#.#.#.#.#.#..",
|
||||
".#..#.#.#.#.#.#.#...#...#.#..#..",
|
||||
".#.#.#.#.#.#.#.#.#.#.#.#.#.#.#..",
|
||||
".#..#.#.#.#.#.#.#.......#.#..#..",
|
||||
".#.#.#.#.#.#.#.#.#.....#.#.#.#..",
|
||||
".#..#.#.#.#.#.#.#...#...#.#..#..",
|
||||
".#.#.#.#######.#.#.#.#.#.#.#.#..",
|
||||
".#...........................#..",
|
||||
".#############################..",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
||||
Reference in New Issue
Block a user