Commit Graph

119 Commits

Author SHA1 Message Date
Laurent Vivier
b8d426d278 use 16bit algorithm by default, 32bit is for ATA driver 2006-10-15 16:49:31 +00:00
Laurent Vivier
5af2219caf correct disk number on IDE1 2006-10-15 16:48:35 +00:00
Laurent Vivier
6b42385349 correct operator priority between + and >> for IDE1 2006-10-06 12:37:16 +00:00
Laurent Vivier
417c927114 Add info about patch driverà 2006-09-21 21:56:43 +00:00
Laurent Vivier
723a50c993 modify emile_second_set_param() to not check if bootblock is present, checking is moving before call 2006-09-20 23:28:53 +00:00
Laurent Vivier
87a4092549 Correct lseek before writing 2006-09-20 22:41:42 +00:00
Laurent Vivier
b772a2238a Allows to analyze information inside file, not at beginning 2006-09-20 21:49:51 +00:00
Laurent Vivier
8a3f83c256 access bootblock from main device, not from partition 2006-09-20 21:48:44 +00:00
Laurent Vivier
628d40d957 add emile_first_set_param_scsi_extents 2006-09-20 21:47:43 +00:00
Laurent Vivier
a28a9d0cc0 Adding some constants for driver type and driver signature 2006-09-20 21:45:17 +00:00
Laurent Vivier
1bb375da59 Change my email address to Laurent@lvivier.info 2006-09-15 14:55:39 +00:00
Laurent Vivier
a57f6a8617 Allow to identify disk on 2nd ide bus (generally cdrom (hdc) on PC) 2006-09-13 21:32:45 +00:00
Laurent Vivier
4fc3d7c0d4 is_url() becomes emile_is_url(), check if ramdisk is url too 2006-06-05 22:34:50 +00:00
Laurent Vivier
e43e6e49fe Add missing lseek() 2006-06-05 22:30:03 +00:00
Laurent Vivier
aa95b99d93 clear property field if property name is not found 2006-06-01 23:09:17 +00:00
Laurent Vivier
d5fe5032e9 Add emile_second_get_param() 2006-06-01 23:08:37 +00:00
Laurent Vivier
415d83c9fb add emile_second_set_param 2006-06-01 23:01:08 +00:00
Laurent Vivier
b07e009f79 create file 2006-06-01 23:00:32 +00:00
Laurent Vivier
0804f9981e change API of get_dev and get_rdev: return driver major number instead of device pathname, add emile_get_dev_name() and emile_is_url() 2006-06-01 22:18:38 +00:00
Laurent Vivier
be323732d0 change API of get_dev and get_rdev: return driver major number instead of device pathname 2006-06-01 22:17:33 +00:00
Laurent Vivier
56d2a72250 export is_url() (renamed emile_is_url()) 2006-06-01 22:16:03 +00:00
Laurent Vivier
7e67a5fe43 correctly call emile_map_partition_set_flags() 2006-05-30 16:21:40 +00:00
Laurent Vivier
b593442a31 Do note limite device name to 16 characters 2006-05-30 16:20:58 +00:00
Laurent Vivier
7cf0906477 Manage big endian/little endian 2006-05-29 20:18:19 +00:00
Laurent Vivier
de2860a35c Manage big endian/little endian 2006-05-29 19:56:13 +00:00
Laurent Vivier
b2e366a3c5 Manage big endian/little endian 2006-05-29 19:50:37 +00:00
Laurent Vivier
88c144ac11 Correct flags to make a partition bootable according to MacOS tools 2005-12-12 07:58:34 +00:00
Laurent Vivier
f112a09c5d clear mallocated memory 2005-12-05 19:58:04 +00:00
Laurent Vivier
8cf341f58a remove traces 2005-12-02 01:18:06 +00:00
Laurent Vivier
07d6ceb8ba mapfile size is the size of the filesystem blocksize 2005-12-02 01:17:30 +00:00
Laurent Vivier
4ab2d93ced write mapfile even if it already exists 2005-12-02 00:37:36 +00:00
Laurent Vivier
fceb358601 change interface of emile_scsi_create_container() 2005-12-01 22:19:39 +00:00
Laurent Vivier
364c09f440 change interface of emile_second_create_mapfile() 2005-12-01 22:16:06 +00:00
Laurent Vivier
a7d71a26c9 Manage file-by-name (url) and not -by-content 2005-11-30 15:33:14 +00:00
Laurent Vivier
a793ab5d75 move to UM06 2005-11-30 00:04:02 +00:00
Laurent Vivier
eed7ca3f57 Add support for /dev/hd 2005-11-29 23:46:07 +00:00
Laurent Vivier
68c6b83ec3 move to EM06 2005-11-29 23:30:50 +00:00
Laurent Vivier
81ad477370 add emile_second_create_mapfile.c 2005-11-29 23:29:53 +00:00
Laurent Vivier
a13572a4e8 remove max_blocks form container, add it in parameters, add real file size in container 2005-11-29 23:29:17 +00:00
Laurent Vivier
942fdc2188 Add emile_second_create_mapfile(), remove emile_second_set_kernel_scsi() 2005-11-29 23:28:23 +00:00
Laurent Vivier
2fa2fff513 correct management of end of line at end of configuration 2005-11-28 23:18:10 +00:00
Laurent Vivier
2fba2c0ea9 Add copyright 2005-11-28 21:35:28 +00:00
Laurent Vivier
f577bc1cfb Add emile_second_remove_property() 2005-11-28 21:35:02 +00:00
Laurent Vivier
cec570dde5 Add vga parameter 2005-11-28 21:19:31 +00:00
Laurent Vivier
ed8593760b Add new functions for EM06 2005-11-28 20:55:20 +00:00
Laurent Vivier
a10615bd87 Check header signature 2005-11-28 20:54:29 +00:00
Laurent Vivier
f9dcbc903f remove functions obsoleted by EM06, add new functions for EM06 2005-11-28 20:53:57 +00:00
Laurent Vivier
4b80bcd7ff CVS test 2005-11-28 12:00:35 +00:00
Laurent Vivier
d1a3157e15 remove function obsoleted by EM06 2005-11-28 11:51:03 +00:00
Laurent Vivier
e556a2446c remove function obsoleted by EM06 2005-11-28 11:45:25 +00:00