Chameleon

Chameleon Commit Details

Date:2010-02-18 20:37:01 (14 years 1 month ago)
Author:DieBuche
Commit:89
Parents: 88
Message:fixing debugs
Changes:
M/trunk/i386/boot2/gui.c

File differences

trunk/i386/boot2/gui.c
737737
738738
739739
740
741
740
741
742742
743743
744744
gui.debug.cursor = pos( 10, 100);
dprintf( &gui.screen, "label %s\n", param->label );
dprintf( &gui.screen, "biosdev 0x%x\n", param->biosdev );
dprintf(&gui.screen, "width %d\n", param->width);
dprintf(&gui.screen, "height %d\n", param->height);
dprintf(&gui.screen, "width %d\n", gui.screen.width);
dprintf(&gui.screen, "height %d\n", gui.screen.height);
dprintf( &gui.screen, "type 0x%x\n", param->type );
dprintf( &gui.screen, "flags 0x%x\n", param->flags );
dprintf( &gui.screen, "part_no %d\n", param->part_no );

Archive Download the corresponding diff file

Revision: 89