Commit Graph

1103 Commits

Author SHA1 Message Date
Laurent Vivier
f2745a6bbb use device_io_t 2007-10-09 19:29:13 +00:00
Laurent Vivier
4555512e10 Add device.c to link emile and emile-map-set 2007-10-09 19:23:18 +00:00
Laurent Vivier
69aec7aac7 use device_sector_size to set sector size to 2048 2007-10-09 19:21:14 +00:00
Laurent Vivier
7ba120c6c5 Add device_write_sector() and device_sector_size, use int fd instead FILE* 2007-10-09 19:16:11 +00:00
Laurent Vivier
2fe3ca34e7 add -I. 2007-10-09 19:10:58 +00:00
Laurent Vivier
f85ef57bc2 Restore emile_scsi_get_dev(), emile_get_dev_name() and emile_scsi_get_rdev() 2007-10-09 19:10:15 +00:00
Laurent Vivier
0139be9609 move from stdio to device_io_t 2007-10-09 19:02:42 +00:00
Laurent Vivier
ce59576cf7 Add definition of stream_write_sector_t 2007-10-08 20:56:21 +00:00
Laurent Vivier
816a2002a7 define driver_ptr() which computes driver pointer according handle and dCtlFlags 2007-10-08 13:32:52 +00:00
Laurent Vivier
8b3e28e5b7 add drive_to_refnum() and refnum_to_drive() 2007-10-08 13:20:24 +00:00
Laurent Vivier
636b4d0868 Find scsi id accorind refnum and vice-versa 2007-10-08 12:38:22 +00:00
Laurent Vivier
52a797f3eb Manage chainloader attribute in configuration files 2007-10-08 12:05:52 +00:00
Laurent Vivier
a47ae538de Add libmap in dist 2007-10-04 21:01:09 +00:00
Laurent Vivier
d9feeb1a76 remove partition.h 2007-10-04 21:00:27 +00:00
Laurent Vivier
a60a6bfb71 Change emile_map_* to map_* 2007-10-04 20:55:52 +00:00
Laurent Vivier
5a0b1494b5 Add libmap 2007-10-04 20:54:14 +00:00
Laurent Vivier
05a073b147 (c) 2007 2007-10-04 20:53:35 +00:00
Laurent Vivier
03a6bdeb25 move emile_map_* to libmap 2007-10-04 20:52:37 +00:00
Laurent Vivier
37c6ac70c6 add map_block0_write.c 2007-10-04 20:25:57 +00:00
Laurent Vivier
6657d065cf move some definitions from libemile.h 2007-10-04 20:16:27 +00:00
Laurent Vivier
d39a68703e move emile_map_* from libemile to libmap, rename partition.h to libmap.h 2007-10-02 14:21:34 +00:00
Laurent Vivier
2ebda90890 remove traces 2007-09-29 21:27:48 +00:00
Laurent Vivier
15c4184ee7 correct typo 2007-09-29 21:27:31 +00:00
Laurent Vivier
8a2503868e Define LMGetBootDrive() 2007-09-29 21:26:08 +00:00
Laurent Vivier
de9ecab9bc Implement GetDCtlEntry() 2007-09-29 21:23:45 +00:00
Laurent Vivier
f88c5d72f1 Correct definition of DCtlEntry, using QHdr 2007-09-29 21:22:43 +00:00
Laurent Vivier
f343388bab Define QElem and modify QHdr accordingly 2007-09-29 21:19:52 +00:00
Laurent Vivier
43fbf7ca14 really seek if docbook2man exists, correction by Finn Thain 2007-09-21 15:04:02 +00:00
Laurent Vivier
b7ced84ebe clear edit line correctly 2007-09-19 20:40:40 +00:00
Laurent Vivier
600f012138 make vga_clear() only if vga is enabled 2007-09-18 22:35:14 +00:00
Laurent Vivier
c7d9742b8a move cli.c to libui/edit.c 2007-09-17 23:31:17 +00:00
Laurent Vivier
62904d7c71 use wait_char and manage ESC to cancel edition 2007-09-17 23:27:28 +00:00
Laurent Vivier
2739696923 add edit.c 2007-09-17 23:26:44 +00:00
Laurent Vivier
f6fea68b4a moved to libui/edit.c and libui/libui.h 2007-09-17 23:10:19 +00:00
Laurent Vivier
194894c58c Add missing console functions for edit.c 2007-09-17 22:58:45 +00:00
Laurent Vivier
3f2301a32f move second/cli.c to libui/edit.c 2007-09-17 22:56:40 +00:00
Laurent Vivier
2526dd9419 Return to menu if kernel or ramdisk fail to load 2007-09-17 22:23:06 +00:00
Laurent Vivier
04d9d79d74 Remove WARNING, add REPORTING BUGS 2007-09-17 13:35:09 +00:00
Laurent Vivier
d7e9eb55ec update 2007-09-17 12:37:56 +00:00
Laurent Vivier
91b698a833 "vga default" is not a valid parameter for command line of emile_second_set_param() 2007-09-17 12:09:30 +00:00
Laurent Vivier
f215102d83 clear property if not found 2007-09-17 12:07:42 +00:00
Laurent Vivier
dd9b4869c5 Correctly initialize stopbits 2007-09-16 16:22:07 +00:00
Laurent Vivier
dda7ab6a0e correct typo: console_set_position() is console_set_cursor_position() 2007-09-16 15:33:18 +00:00
Laurent Vivier
e193e79a69 use wait_char to wait escape sequence 2007-09-16 15:29:11 +00:00
Laurent Vivier
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 2007-09-16 15:27:53 +00:00
Laurent Vivier
abb1e988bf Select only one console when several are available, add console_get_cursor_position(), console_get_size() and console_status_request() 2007-09-16 15:26:17 +00:00
Laurent Vivier
a3aaf95a3c manage correctly keypressed (don't eat the key), initialize independently modem and printer 2007-09-16 15:11:54 +00:00
Laurent Vivier
267264c0f4 select the mode according the configuration 2007-09-16 15:10:49 +00:00
Laurent Vivier
b78ead9cf9 move console_init() to main() 2007-09-16 15:09:15 +00:00
Laurent Vivier
ac5de6e43d reverse previous modification 2007-09-15 05:29:18 +00:00