Search
lxdream.org :: lxdream/src/bootstrap.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.c
changeset 437:2c259474b474
prev422:61a0598e07ff
next502:c4ecae2b1b5e
author nkeynes
date Sun Nov 04 05:07:49 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Test for presence of linux/cdrom.h at configure time, and only build the
linux driver if it's found successfully
file annotate diff log raw
1.1 --- a/src/bootstrap.c Sat Oct 06 09:03:24 2007 +0000
1.2 +++ b/src/bootstrap.c Sun Nov 04 05:07:49 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bootstrap.c,v 1.7 2007-10-06 08:59:42 nkeynes Exp $
1.6 + * $Id: bootstrap.c,v 1.8 2007-10-11 08:22:03 nkeynes Exp $
1.7 *
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.9 *
1.10 @@ -128,8 +128,7 @@
1.11 INFO( " Product ID: %-10.10s Product Ver: %-6.6s Date: %-8.8s",
1.12 head->product_id, head->product_ver, head->product_date );
1.13 if( detail ) {
1.14 - emit( NULL, crc == hcrc ? EMIT_INFO : EMIT_WARN, "File",
1.15 - " Header CRC: %04X (Computed %04X)", hcrc, crc );
1.16 + INFO( " Header CRC: %04X (Computed %04X)", hcrc, crc );
1.17 INFO( " Boot File: %-16.16s", head->boot_file );
1.18 INFO( " Disc ID: %-11.11s Regions: %-8.8s Peripherals: %07X",
1.19 head->gdrom_id, head->regions, periph );
.