Search
lxdream.org :: lxdream/src/drivers/cdrom/sector.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/cdrom/sector.c
changeset 1108:305ef2082079
prev1107:7b279d10f46f
next1121:c2d827cbdf37
author nkeynes
date Fri Jun 04 09:13:40 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Add ability to wrap a binary program up in a virtual cd image (so that we
can boot it normally)
file annotate diff log raw
1.1 --- a/src/drivers/cdrom/sector.c Mon May 17 22:01:23 2010 +1000
1.2 +++ b/src/drivers/cdrom/sector.c Fri Jun 04 09:13:40 2010 +1000
1.3 @@ -608,6 +608,7 @@
1.4 dev->filename = tempfile;
1.5 sector_source_t source = sector_source_init( &dev->file.dev, FILE_SECTOR_SOURCE, mode, 0, file_sector_source_read, tmpfile_sector_source_destroy );
1.6 tmpfile_open_list = g_list_append(tmpfile_open_list, source);
1.7 + return source;
1.8 }
1.9
1.10 /************************ Memory device implementation *************************/
.