Commit Graph

  • 1ee27546a1 Add _HWPriv dispatcher Laurent Vivier 2007-11-03 20:36:53 +0000
  • b04a3d1638 Set more information in streamp_r, allows to retrieve unit id with stream_fstat() Laurent Vivier 2007-11-02 22:11:28 +0000
  • 47a16fe0c8 use sector number instead of computing it from struct size and block size Laurent Vivier 2007-11-02 09:40:04 +0000
  • c4fb2d359e Add error message Laurent Vivier 2007-11-02 09:39:21 +0000
  • 3eb3d6005e use directly block address instead of computing it with blocksize, correct parameter of get_blocksize() Laurent Vivier 2007-11-01 22:52:17 +0000
  • 642feb9d59 Correct parameters of get_blocksize() Laurent Vivier 2007-11-01 22:43:06 +0000
  • d3e4392b75 correct call of get_blocksize() Laurent Vivier 2007-11-01 22:12:38 +0000
  • eb9c17f5ad Add map_get_blocksize() Laurent Vivier 2007-11-01 22:07:17 +0000
  • 79f9107e45 Add some messages, add map_get_blocksize(), correct close() Laurent Vivier 2007-11-01 21:18:45 +0000
  • 22b712687f Cleanup partition map management Laurent Vivier 2007-10-22 23:13:23 +0000
  • 55aa4a8e04 correct memory corruption by hazardous free(), correct bad values (uninitalized) in error message Laurent Vivier 2007-10-22 22:06:52 +0000
  • ac524c2a45 store read_config() result in a structure Laurent Vivier 2007-10-21 01:48:34 +0000
  • a844b4c51a correct uninitialized value (offset) Laurent Vivier 2007-10-21 01:26:48 +0000
  • cf28f647c7 Clear configuration memory Laurent Vivier 2007-10-21 01:16:11 +0000
  • db07ccf564 Update Laurent Vivier 2007-10-21 01:01:20 +0000
  • 90db2e2b91 Add libmap Laurent Vivier 2007-10-10 21:17:40 +0000
  • efe9ec379d Add libmap-m68k dependencies Laurent Vivier 2007-10-10 21:17:00 +0000
  • 7473cf35d2 use libmap Laurent Vivier 2007-10-10 21:13:35 +0000
  • b0c25d723f rename map_partition_read and map_partition_write to map_read_sector and map_write_sector Laurent Vivier 2007-10-10 21:07:52 +0000
  • b189dfbbed rename map_partition_read and map_partition_write to map_read_sector and map_write_sector Laurent Vivier 2007-10-10 20:58:25 +0000
  • e134c95553 Duplicate device on open and free on close, close device on map close Laurent Vivier 2007-10-10 20:49:55 +0000
  • 2e5094aff9 Add chainloader parameter Laurent Vivier 2007-10-10 17:16:15 +0000
  • 41b81d76fb Add load_chainloader() Laurent Vivier 2007-10-10 17:14:42 +0000
  • ce315dd349 Add device_get_blocksize() Laurent Vivier 2007-10-10 16:47:03 +0000
  • 912c63ad48 Add device_get_blocksize(), and adjust offset using blocksize instead of << 11 Laurent Vivier 2007-10-10 16:46:03 +0000
  • 22d6bc63a9 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 Laurent Vivier 2007-10-10 16:41:31 +0000
  • ffe511becc correct signedness of 4th arguments of map_partition_{read|write} Laurent Vivier 2007-10-09 20:48:13 +0000
  • 360b17f8cc use map_partition_read() and map_partition_write() Laurent Vivier 2007-10-09 20:43:05 +0000
  • 00c1bbf35a use bytes instead of block Laurent Vivier 2007-10-09 20:40:37 +0000
  • 6c9d87a9dc Add map_partition_read.c and map_partition_write.c Laurent Vivier 2007-10-09 20:16:52 +0000
  • 499cf44318 call map_partition_read() Laurent Vivier 2007-10-09 20:15:49 +0000
  • e07088c23c call map_partition_write() Laurent Vivier 2007-10-09 20:15:32 +0000
  • c5f68b4a0e correct name Laurent Vivier 2007-10-09 20:14:23 +0000
  • f76443357e correct names Laurent Vivier 2007-10-09 20:13:57 +0000
  • 79d62ad6ba corret typo Laurent Vivier 2007-10-09 20:06:12 +0000
  • ffa835644d Add map_partition_read() and map_partition_write() Laurent Vivier 2007-10-09 20:00:27 +0000
  • f2745a6bbb use device_io_t Laurent Vivier 2007-10-09 19:29:13 +0000
  • 4555512e10 Add device.c to link emile and emile-map-set Laurent Vivier 2007-10-09 19:23:18 +0000
  • 69aec7aac7 use device_sector_size to set sector size to 2048 Laurent Vivier 2007-10-09 19:21:14 +0000
  • 7ba120c6c5 Add device_write_sector() and device_sector_size, use int fd instead FILE* Laurent Vivier 2007-10-09 19:16:11 +0000
  • 2fe3ca34e7 add -I. Laurent Vivier 2007-10-09 19:10:58 +0000
  • f85ef57bc2 Restore emile_scsi_get_dev(), emile_get_dev_name() and emile_scsi_get_rdev() Laurent Vivier 2007-10-09 19:10:15 +0000
  • 0139be9609 move from stdio to device_io_t Laurent Vivier 2007-10-09 19:02:42 +0000
  • ce59576cf7 Add definition of stream_write_sector_t Laurent Vivier 2007-10-08 20:56:21 +0000
  • 816a2002a7 define driver_ptr() which computes driver pointer according handle and dCtlFlags Laurent Vivier 2007-10-08 13:32:52 +0000
  • 8b3e28e5b7 add drive_to_refnum() and refnum_to_drive() Laurent Vivier 2007-10-08 13:20:24 +0000
  • 636b4d0868 Find scsi id accorind refnum and vice-versa Laurent Vivier 2007-10-08 12:38:22 +0000
  • 52a797f3eb Manage chainloader attribute in configuration files Laurent Vivier 2007-10-08 12:05:52 +0000
  • a47ae538de Add libmap in dist Laurent Vivier 2007-10-04 21:01:09 +0000
  • d9feeb1a76 remove partition.h Laurent Vivier 2007-10-04 21:00:27 +0000
  • a60a6bfb71 Change emile_map_* to map_* Laurent Vivier 2007-10-04 20:55:52 +0000
  • 5a0b1494b5 Add libmap Laurent Vivier 2007-10-04 20:54:14 +0000
  • 05a073b147 (c) 2007 Laurent Vivier 2007-10-04 20:53:35 +0000
  • 03a6bdeb25 move emile_map_* to libmap Laurent Vivier 2007-10-04 20:52:37 +0000
  • 37c6ac70c6 add map_block0_write.c Laurent Vivier 2007-10-04 20:25:57 +0000
  • 6657d065cf move some definitions from libemile.h Laurent Vivier 2007-10-04 20:16:27 +0000
  • d39a68703e move emile_map_* from libemile to libmap, rename partition.h to libmap.h Laurent Vivier 2007-10-02 14:21:34 +0000
  • 2ebda90890 remove traces Laurent Vivier 2007-09-29 21:27:48 +0000
  • 15c4184ee7 correct typo Laurent Vivier 2007-09-29 21:27:31 +0000
  • 8a2503868e Define LMGetBootDrive() Laurent Vivier 2007-09-29 21:26:08 +0000
  • de9ecab9bc Implement GetDCtlEntry() Laurent Vivier 2007-09-29 21:23:45 +0000
  • f88c5d72f1 Correct definition of DCtlEntry, using QHdr Laurent Vivier 2007-09-29 21:22:43 +0000
  • f343388bab Define QElem and modify QHdr accordingly Laurent Vivier 2007-09-29 21:19:52 +0000
  • 43fbf7ca14 really seek if docbook2man exists, correction by Finn Thain Laurent Vivier 2007-09-21 15:04:02 +0000
  • b7ced84ebe clear edit line correctly Laurent Vivier 2007-09-19 20:40:40 +0000
  • 600f012138 make vga_clear() only if vga is enabled Laurent Vivier 2007-09-18 22:35:14 +0000
  • c7d9742b8a move cli.c to libui/edit.c Laurent Vivier 2007-09-17 23:31:17 +0000
  • 62904d7c71 use wait_char and manage ESC to cancel edition Laurent Vivier 2007-09-17 23:27:28 +0000
  • 2739696923 add edit.c Laurent Vivier 2007-09-17 23:26:44 +0000
  • f6fea68b4a moved to libui/edit.c and libui/libui.h Laurent Vivier 2007-09-17 23:10:19 +0000
  • 194894c58c Add missing console functions for edit.c Laurent Vivier 2007-09-17 22:58:45 +0000
  • 3f2301a32f move second/cli.c to libui/edit.c Laurent Vivier 2007-09-17 22:56:40 +0000
  • 2526dd9419 Return to menu if kernel or ramdisk fail to load Laurent Vivier 2007-09-17 22:23:06 +0000
  • 04d9d79d74 Remove WARNING, add REPORTING BUGS Laurent Vivier 2007-09-17 13:35:09 +0000
  • d7e9eb55ec update Laurent Vivier 2007-09-17 12:37:56 +0000
  • 91b698a833 "vga default" is not a valid parameter for command line of emile_second_set_param() Laurent Vivier 2007-09-17 12:09:30 +0000
  • f215102d83 clear property if not found Laurent Vivier 2007-09-17 12:07:42 +0000
  • dd9b4869c5 Correctly initialize stopbits Laurent Vivier 2007-09-16 16:22:07 +0000
  • dda7ab6a0e correct typo: console_set_position() is console_set_cursor_position() Laurent Vivier 2007-09-16 15:33:18 +0000
  • e193e79a69 use wait_char to wait escape sequence Laurent Vivier 2007-09-16 15:29:11 +0000
  • b82dc3e69f remove read_config_vga(), read_config_modem() and read_config_printer() and initialize vga and modem from read_config(), select one console when several available Laurent Vivier 2007-09-16 15:27:53 +0000
  • abb1e988bf Select only one console when several are available, add console_get_cursor_position(), console_get_size() and console_status_request() Laurent Vivier 2007-09-16 15:26:17 +0000
  • a3aaf95a3c manage correctly keypressed (don't eat the key), initialize independently modem and printer Laurent Vivier 2007-09-16 15:11:54 +0000
  • 267264c0f4 select the mode according the configuration Laurent Vivier 2007-09-16 15:10:49 +0000
  • b78ead9cf9 move console_init() to main() Laurent Vivier 2007-09-16 15:09:15 +0000
  • ac5de6e43d reverse previous modification Laurent Vivier 2007-09-15 05:29:18 +0000
  • 920aca763f add some braces Laurent Vivier 2007-09-15 05:26:14 +0000
  • cdd6ddb62a correctly manage configuration: use open_config() Laurent Vivier 2007-09-15 05:15:36 +0000
  • ac7818b7eb Add WHEN in tools.mk Laurent Vivier 2007-09-13 18:33:59 +0000
  • 84bc5c1e6d include config.mk Laurent Vivier 2007-09-13 18:32:14 +0000
  • 01a1a91188 correct usage Laurent Vivier 2007-09-13 18:31:42 +0000
  • 02c1507c94 move WHEN to tools.mk, don't remove tools.mk on clean, but on distclean Laurent Vivier 2007-09-13 16:54:10 +0000
  • 0eba1130ae on clean, remove *-full directories, bug found by Finn Thain Laurent Vivier 2007-09-13 07:44:35 +0000
  • d3076af249 Add include stddef.h to define offsetof, thank you to Finn Thain Laurent Vivier 2007-09-13 07:26:48 +0000
  • a370cdfd49 Adjust position and size of progress bar according size of the screen Laurent Vivier 2007-09-11 23:15:52 +0000
  • 7ee8215201 include head.h to have emile_l2_header_t definition Laurent Vivier 2007-09-11 23:10:06 +0000
  • e8bbbe07bf config_read_vga() returns the value of the property, we select only one console if several are available (vga, modem, printer) Laurent Vivier 2007-09-11 23:05:11 +0000
  • bc78ec0127 Select only one console when several are available, implement console_get_cursor_position() and console_get_size() Laurent Vivier 2007-09-11 23:03:10 +0000
  • f5740cf4e3 remove useless buffering code, allow to select the port to which we want to send output Laurent Vivier 2007-09-11 23:01:30 +0000
  • 78e15acf9d Add vga_is_available() to know if VGA has been activated, give level 2 info to vga_init Laurent Vivier 2007-09-11 23:00:07 +0000