Commit Graph

1066 Commits

Author SHA1 Message Date
Laurent Vivier
088773a671 Multiboot: add second entry 2007-09-03 22:01:45 +00:00
Laurent Vivier
537b85855e don't remove tmp files in test mode 2007-09-03 19:55:52 +00:00
Laurent Vivier
b966757f98 Increase command timeout to 30 seconds 2007-09-03 19:44:42 +00:00
Laurent Vivier
d446f79fea improve --test 2007-09-03 19:39:01 +00:00
Laurent Vivier
256925db92 no need to flatten the kernel 2007-09-03 19:23:51 +00:00
Laurent Vivier
a7283acb85 Add include <sys/types>, patch by Finn Thain 2007-09-03 17:51:12 +00:00
Laurent Vivier
650440b6b2 Docs updates from Finn Thain 2007-09-03 17:45:38 +00:00
Laurent Vivier
82470e3801 Use docbook2man instead of docbook-to-man 2007-09-03 17:40:27 +00:00
Laurent Vivier
0fe8427c57 powerpc cross compiler is not needed for the moment 2007-09-03 17:29:24 +00:00
Laurent Vivier
2bbea3543d Allow bigger (> 1024) configuration 2007-09-02 21:00:05 +00:00
Laurent Vivier
c4871345d9 Display parameters only if set 2007-09-02 20:32:20 +00:00
Laurent Vivier
6f3cbe15a7 preliminary version to manage multiboot, untested \!\! 2007-09-02 20:31:24 +00:00
Laurent Vivier
869161fd15 add set_config() function 2007-09-02 12:57:37 +00:00
Laurent Vivier
aeddb9f7e4 add get_info() function 2007-09-02 12:46:37 +00:00
Laurent Vivier
6e434b9527 change vmlinux.gz by vmlinuz 2007-09-02 08:46:01 +00:00
Laurent Vivier
d08a37ab65 Add FLOPPY_CONF variable 2007-09-02 08:13:29 +00:00
Laurent Vivier
4b0ec53cb4 introduce multiboot.bin, need a second level with all drivers 2007-09-01 22:24:05 +00:00
Laurent Vivier
09c1a2deaa use m68k-linux-full instead of m68k-linux-all for second level 2007-09-01 22:22:27 +00:00
Laurent Vivier
e2bf762517 Introduce MEDIA=full, use libstream/scsi instead libstream/hard 2007-09-01 22:21:45 +00:00
Laurent Vivier
f6df478829 reduce size, on disk floppy configuration is 1kB 2007-09-01 22:01:01 +00:00
Laurent Vivier
bae6b7b888 Add some verbosity 2007-09-01 21:56:26 +00:00
Laurent Vivier
f5963dc437 read_description() should return 0 on the last item and not EOF 2007-09-01 21:55:49 +00:00
Laurent Vivier
6b07f02989 rename hard->scsi, add full with SCSI & floppy support 2007-09-01 21:49:54 +00:00
Laurent Vivier
59b17aba2c first release 2007-09-01 14:56:04 +00:00
Laurent Vivier
b913b47144 display vga property 2007-08-31 23:26:04 +00:00
Laurent Vivier
4847639ee2 correct management of return value of config_get_property 2007-08-31 23:25:41 +00:00
Laurent Vivier
4b4778b1c0 Add some text to explain which keys to press 2007-08-31 23:11:04 +00:00
Laurent Vivier
18f005c3a0 don't check if a file is gzipped (cannot manage correctly ramdisk), add "vga default" parameter 2007-08-31 22:34:39 +00:00
Laurent Vivier
d9885d3bf2 second level is able to manage multiple kernels list 2007-08-31 21:56:45 +00:00
Laurent Vivier
de3844b97d improve list scan 2007-08-31 21:09:06 +00:00
Laurent Vivier
979196f410 read correctly second level config 2007-08-31 20:55:06 +00:00
Laurent Vivier
d9d6867a57 functions return index if possible 2007-08-31 20:42:27 +00:00
Laurent Vivier
523f28afcf correctly find the first item in the index 2007-08-31 20:41:36 +00:00
Laurent Vivier
b02c57eea7 inc to add \n 2007-08-26 20:18:47 +00:00
Laurent Vivier
f5d73a387d Add config_add_property() 2007-08-26 20:11:23 +00:00
Laurent Vivier
027eced2d7 add property at end 2007-08-26 20:10:17 +00:00
Laurent Vivier
3e35773799 Manage only one kernel and ramdisk 2007-08-26 20:06:56 +00:00
Laurent Vivier
dddc763535 Add config_ad_property() 2007-08-26 19:48:12 +00:00
Laurent Vivier
20f15dbaa8 correct when entry doesn't exist but the index does 2007-08-26 19:47:45 +00:00
Laurent Vivier
ba6f52623b add config file 2007-08-26 19:46:39 +00:00
Laurent Vivier
b726b2b901 Make it working ... 2007-08-26 19:22:43 +00:00
Laurent Vivier
0319bb29f2 check case when index_name is NULL 2007-08-26 19:22:12 +00:00
Laurent Vivier
37d9728374 check if property is NULLi, name must be not NULL 2007-08-26 19:17:29 +00:00
Laurent Vivier
54fff16a0d use memmove() 2007-08-26 19:16:40 +00:00
Laurent Vivier
76401bbcba check if file is gzipped 2007-08-26 19:15:08 +00:00
Laurent Vivier
14c9373da5 change int to ssize_t for size 2007-08-26 18:50:48 +00:00
Laurent Vivier
6b1602d426 can set NULL to name and property to have nly the index 2007-08-26 09:18:36 +00:00
Laurent Vivier
f5989469e2 use find function 2007-08-26 09:17:42 +00:00
Laurent Vivier
f19444a5f1 add find functions 2007-08-26 09:16:23 +00:00
Laurent Vivier
d8941fa5c0 move functions to libconfig 2007-08-25 21:35:09 +00:00