.. |
libmap.h
|
corret typo
|
2007-10-09 20:06:12 +00:00 |
Makefile
|
Add map_partition_read.c and map_partition_write.c
|
2007-10-09 20:16:52 +00:00 |
map_block0_write.c
|
data is map->device->data and not map->device, read_sector() and write_sector() need an offset in block and not in bytes whereas size is in bytes
|
2007-10-10 16:41:31 +00:00 |
map_bootblock_get_type.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_bootblock_is_valid.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_bootblock_read.c
|
use bytes instead of block
|
2007-10-09 20:40:37 +00:00 |
map_bootblock_write.c
|
use bytes instead of block
|
2007-10-09 20:40:37 +00:00 |
map_close.c
|
Duplicate device on open and free on close, close device on map close
|
2007-10-10 20:49:55 +00:00 |
map_geometry.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_bootinfo.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_driver_info.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_driver_number.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_driver_signature.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_number.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_partition_geometry.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_partition_name.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_get_partition_type.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_has_apple_driver.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_is_valid.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_open.c
|
Duplicate device on open and free on close, close device on map close
|
2007-10-10 20:49:55 +00:00 |
map_partition_get_flags.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_is_bootable.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_is_startup.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_is_valid.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_read.c
|
data is map->device->data and not map->device, read_sector() and write_sector() need an offset in block and not in bytes whereas size is in bytes
|
2007-10-10 16:41:31 +00:00 |
map_partition_set_bootable.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_set_flags.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_set_startup.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_partition_write.c
|
data is map->device->data and not map->device, read_sector() and write_sector() need an offset in block and not in bytes whereas size is in bytes
|
2007-10-10 16:41:31 +00:00 |
map_read.c
|
data is map->device->data and not map->device, read_sector() and write_sector() need an offset in block and not in bytes whereas size is in bytes
|
2007-10-10 16:41:31 +00:00 |
map_seek_driver_partition.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_set_bootinfo.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_set_driver_info.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_set_driver_number.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_set_partition_name.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_set_partition_type.c
|
move emile_map_* from libemile to libmap, rename partition.h to libmap.h
|
2007-10-02 14:21:34 +00:00 |
map_set_startup.c
|
move from stdio to device_io_t
|
2007-10-09 19:02:42 +00:00 |
map_write.c
|
data is map->device->data and not map->device, read_sector() and write_sector() need an offset in block and not in bytes whereas size is in bytes
|
2007-10-10 16:41:31 +00:00 |