Commit graph

648 commits

Author SHA1 Message Date
okuji
2b8c514095 update setup_func so that it uses SECTOR_BITS for the performance (is this better really?). 2000-04-29 16:30:13 +00:00
okuji
310b41da89 updated to etherboot-4.6.0. 2000-04-25 22:42:15 +00:00
okuji
ce7c6fd0a9 add new features into the password system. 2000-04-22 23:29:23 +00:00
okuji
5ff25f9b8f update the network support to etherboot-4.5.8. 2000-04-22 01:17:09 +00:00
gord
26fef18cb8 Added Jochen's sector alignment checking patch. 2000-04-19 20:34:28 +00:00
okuji
98ca2ba846 fix some portability problems (by pavel). 2000-04-19 10:34:35 +00:00
okuji
92fca67cf5 make the LBA support bitmap checks configurable at the installation time. 2000-04-18 11:22:07 +00:00
gord
215f9012d5 Added ReiserFS note. 2000-04-17 19:27:20 +00:00
gord
9337ad1a47 Increment version number. 2000-04-17 17:41:00 +00:00
gord
1974a490d8 Update FTP location. 2000-04-17 17:26:24 +00:00
okuji
31f1004b74 fix a bug in grub-install. 2000-04-15 14:00:33 +00:00
okuji
32f9590f2a I forgot to add stage2/fsys_reiserfs.c. 2000-04-15 13:40:22 +00:00
okuji
3792b0a01e add reiserfs support. 2000-04-15 13:39:38 +00:00
okuji
cf37f79b94 don't use AC_PATH_TOOL so that the developer can use autoconf 2.13. 2000-04-12 03:10:07 +00:00
okuji
0a1cbcf442 remove stage1/depcomp and fix a bug in the menu entry editor. 2000-04-11 03:08:52 +00:00
okuji
456c1219ee I forgot to add Torsten into THANKS. 2000-04-05 02:30:28 +00:00
okuji
4d452e493f fix a bogus bug in kernel_func, load initrd below 1GB, append mem= option only if >64MB, add some CDROM detection code, don't use the last page for initrd to avoid a Linux's bug. 2000-04-05 02:29:50 +00:00
okuji
ba86939fcb add NetBSD ELF support using a dirty solution. 2000-04-03 12:22:20 +00:00
okuji
9cc70dceb4 doc changes. 2000-04-02 19:20:51 +00:00
okuji
eb321e77f7 fix many bugs. see ChangeLog. 2000-04-02 17:22:53 +00:00
okuji
fa8457769b I forgot to add depcomp to the CVS. 2000-03-27 07:58:18 +00:00
okuji
4e418f40bc Update the build environment. You need the latest CVS version of Automake. 2000-03-27 07:57:31 +00:00
okuji
b56d735993 merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
gord
562b652532 Added new authors 2000-03-06 16:01:57 +00:00
okuji
547c203a98 added a new chapter for the netboot. 2000-02-26 19:13:44 +00:00
okuji
098d98d047 doc updates. 2000-02-26 08:48:49 +00:00
okuji
ab6cc80541 fix and improve tftp_read. 2000-02-25 06:13:50 +00:00
okuji
b9ff0c2f81 print only a partition type in print_fsys_type, don't call HDIO_GETGEO for a floppy in check_device. 2000-02-23 18:53:27 +00:00
okuji
a936d03921 change the location of the boot partition table. 2000-02-22 07:25:17 +00:00
okuji
c62dcb6fa0 upgraded to etherboot-4.4.3, rewrite a part of the document, print a message in check_BSD_parts if the label is invalid. 2000-02-21 08:56:10 +00:00
okuji
b0574dee64 add a new command, cmp, and fix a bug in fat_mount. 2000-02-20 05:27:14 +00:00
okuji
07996ed613 add some checks into make_saved_active and remove 3c59x.c. 2000-02-18 08:19:33 +00:00
okuji
85c66cb4c8 add long filename support into FAT, fix a typo in configure. 2000-02-18 04:34:42 +00:00
okuji
7c4acb2539 pass the boot partition information to a chain-loader, in the partition table area of the loader. 2000-02-16 11:14:36 +00:00
okuji
687f54b6b8 fix several bugs in netboot and one bug in the command geometry. 2000-02-12 07:00:47 +00:00
okuji
bfbcbe125e fix some bugs in netboot, print out the network configuration if bootp or arp succeeds. 2000-02-11 02:50:36 +00:00
okuji
b9104596eb add graphics support into the Multiboot Specification. 2000-02-11 00:25:48 +00:00
okuji
f328ddf8bb downgrade the version number of the Multiboot Specification to 0.6.90. 2000-02-10 02:14:47 +00:00
okuji
899a275d55 add some new commands to the stage2 for the network support. 2000-02-09 21:14:33 +00:00
okuji
1bb94397a5 fix a fat32 bug and some netboot bugs. 2000-02-08 21:20:46 +00:00
okuji
844cb6f07d use _llseek even if glibc2.0 under Linux, add a new option --disable-lba-support-bitmap-check into configure. 2000-02-07 21:21:52 +00:00
okuji
d140ed69d8 add some notations to README and NEWS. 2000-02-07 06:36:34 +00:00
okuji
ef1679fa92 add missing files. 2000-02-07 06:30:08 +00:00
okuji
9fe0449a36 heavily rewrite the netboot support. 2000-02-07 06:26:45 +00:00
okuji
a2018f29ff undo the previous changes in asm.S because of the incompatibility against older binutils. 2000-02-07 05:14:46 +00:00
okuji
80d4c36c2e invalidate the cache before running any command and before completing any filename, add missing asterisks into asm.S, fix a cross-compilation problem in configure. 2000-02-03 18:04:20 +00:00
okuji
a92313f507 change the option name root to root-directory for grub-install, update the FAQ. 2000-01-19 10:52:27 +00:00
okuji
b92f3d57e2 update TODO. 2000-01-18 03:30:46 +00:00
okuji
041bbcac27 add an item into the file BUGS. 2000-01-15 20:28:18 +00:00
okuji
18c2360755 add --force into the command chainloader. 2000-01-15 03:20:59 +00:00