1*8044SWilliam.Kucharski@Sun.COMNEWS - list of user-visible changes between releases of GRUB 2*8044SWilliam.Kucharski@Sun.COM 3*8044SWilliam.Kucharski@Sun.COMNew: 4*8044SWilliam.Kucharski@Sun.COM* The command "fallback" supports mutiple fallback entries. 5*8044SWilliam.Kucharski@Sun.COM* The command "savedefault" supports an optional argument which 6*8044SWilliam.Kucharski@Sun.COM is the number of next boot entry or the special keyword `fallback'. 7*8044SWilliam.Kucharski@Sun.COM* New utility "grub-set-default". 8*8044SWilliam.Kucharski@Sun.COM* New section "Making your system robust" in the manual. 9*8044SWilliam.Kucharski@Sun.COM 10*8044SWilliam.Kucharski@Sun.COMNew in 0.97 - 2005-05-08: 11*8044SWilliam.Kucharski@Sun.COM* Fix the prototypes and the definitions of nested functions. This was 12*8044SWilliam.Kucharski@Sun.COM required for gcc-4. 13*8044SWilliam.Kucharski@Sun.COM* Implement a more robust workaround for buggy BIOSes which don't pass 14*8044SWilliam.Kucharski@Sun.COM boot drive correctly (notably for HP Vectra). 15*8044SWilliam.Kucharski@Sun.COM 16*8044SWilliam.Kucharski@Sun.COMNew in 0.96 - 2005-01-30: 17*8044SWilliam.Kucharski@Sun.COM* The command "fallback" supports mutiple fallback entries. 18*8044SWilliam.Kucharski@Sun.COM* The command "savedefault" supports an optional argument which 19*8044SWilliam.Kucharski@Sun.COM is the number of next boot entry or the special keyword `fallback'. 20*8044SWilliam.Kucharski@Sun.COM* New utility "grub-set-default". 21*8044SWilliam.Kucharski@Sun.COM* New section "Making your system robust" in the manual. 22*8044SWilliam.Kucharski@Sun.COM 23*8044SWilliam.Kucharski@Sun.COMNew in 0.95 - 2004-06-13: 24*8044SWilliam.Kucharski@Sun.COM* Add support for ReiserFS 3. 25*8044SWilliam.Kucharski@Sun.COM* Fix support for FreeBSD 5. 26*8044SWilliam.Kucharski@Sun.COM* Support ATARAID for Linux in the grub shell and grub-install. 27*8044SWilliam.Kucharski@Sun.COM* Add CDROM support for El Torito with no emulation mode. You can use 28*8044SWilliam.Kucharski@Sun.COM (cd) as a CDROM drive in the config file. 29*8044SWilliam.Kucharski@Sun.COM* Option --no-mem-option is implied for Linux 2.4.18 and newer. 30*8044SWilliam.Kucharski@Sun.COM* Add support for UFS2. 31*8044SWilliam.Kucharski@Sun.COM 32*8044SWilliam.Kucharski@Sun.COMNew in 0.94 - 2004-01-25: 33*8044SWilliam.Kucharski@Sun.COM* Support building on x86-64 with gcc -m32. 34*8044SWilliam.Kucharski@Sun.COM* Use a BIOS call to turn on/off Gate A20. This should solve various 35*8044SWilliam.Kucharski@Sun.COM problems related to Gate A20 in modern BIOSes. 36*8044SWilliam.Kucharski@Sun.COM* Add a workaround for buggy BIOSes (notably HP Vectra series) which 37*8044SWilliam.Kucharski@Sun.COM don't pass the boot drive correctly. 38*8044SWilliam.Kucharski@Sun.COM* Display "GNU GRUB" instead of "GRUB" in the menu. 39*8044SWilliam.Kucharski@Sun.COM* Add support for QNX RTP into the grub shell. 40*8044SWilliam.Kucharski@Sun.COM* Add support for the initrd max address of a kernel header in Linux. 41*8044SWilliam.Kucharski@Sun.COM* Support 32 bit and 64 bit dev_t. 42*8044SWilliam.Kucharski@Sun.COM* Add support for an install device in GRUB's notation with no 43*8044SWilliam.Kucharski@Sun.COM parenthesis (e.g. grub-install hd0). 44*8044SWilliam.Kucharski@Sun.COM* Improve the manual a lot. 45*8044SWilliam.Kucharski@Sun.COM 46*8044SWilliam.Kucharski@Sun.COMNew in 0.93 - 2002-12-08: 47*8044SWilliam.Kucharski@Sun.COM* Define the behavior of the boot loader when the load end address is 48*8044SWilliam.Kucharski@Sun.COM zero and the bss end address is zero in the Multiboot Specification. 49*8044SWilliam.Kucharski@Sun.COM Also, add the support into GRUB. 50*8044SWilliam.Kucharski@Sun.COM* Finally, we have a Bug Tracking System! Now the preferable way to 51*8044SWilliam.Kucharski@Sun.COM report bugs is to use the BTS rather than sending e-mail to bug-grub. 52*8044SWilliam.Kucharski@Sun.COM See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more 53*8044SWilliam.Kucharski@Sun.COM details. 54*8044SWilliam.Kucharski@Sun.COM* The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on 55*8044SWilliam.Kucharski@Sun.COM the web <http://www.gnu.org/software/grub/grub-faq.html> instead. 56*8044SWilliam.Kucharski@Sun.COM* The terminal handling code is rewritten radically, and many bugfixes 57*8044SWilliam.Kucharski@Sun.COM are made at the same time. 58*8044SWilliam.Kucharski@Sun.COM* The command "color" is effective even in the command-line. 59*8044SWilliam.Kucharski@Sun.COM* The command "terminal" takes two new options, ``--no-echo'' and 60*8044SWilliam.Kucharski@Sun.COM ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back 61*8044SWilliam.Kucharski@Sun.COM input characters. If you specify ``--no-edit'', GRUB will disable the 62*8044SWilliam.Kucharski@Sun.COM BASH-like editing feature. These options are useful when using an 63*8044SWilliam.Kucharski@Sun.COM intelligent terminal (such as the comint mode in GNU Emacs). 64*8044SWilliam.Kucharski@Sun.COM* The utility ``grub-md5-crypt'' prompts to retype a password and checks 65*8044SWilliam.Kucharski@Sun.COM if the passwords match. 66*8044SWilliam.Kucharski@Sun.COM* Support for booting Linux is rewritten, so GRUB now supports 67*8044SWilliam.Kucharski@Sun.COM large-EBDA systems. 68*8044SWilliam.Kucharski@Sun.COM* The menu interfaces supports Page Up, Page Down, and Right Key. 69*8044SWilliam.Kucharski@Sun.COM* New command "terminfo", for vt100-incompatible terminals. 70*8044SWilliam.Kucharski@Sun.COM* New options, ``-D'', ``-g'' and ``-m'' are supported for FreeBSD. 71*8044SWilliam.Kucharski@Sun.COM 72*8044SWilliam.Kucharski@Sun.COMNew in 0.92 - 2002-04-30: 73*8044SWilliam.Kucharski@Sun.COM* The command "displaymem" uses only hex digits for consistency. 74*8044SWilliam.Kucharski@Sun.COM* The netboot code goes back to the progress bars instead of dots, for 75*8044SWilliam.Kucharski@Sun.COM the notation of data transfers. And, that is displayed only in debug 76*8044SWilliam.Kucharski@Sun.COM mode, that is to say, nothing is displayed by default. Remember that 77*8044SWilliam.Kucharski@Sun.COM you can turn on debug mode via the command "debug". 78*8044SWilliam.Kucharski@Sun.COM* The command "help" doesn't show all the available commands by default, 79*8044SWilliam.Kucharski@Sun.COM when no argument is specified. Rarely used commands (such as 80*8044SWilliam.Kucharski@Sun.COM "testload") and useless commands in interactive use (such as 81*8044SWilliam.Kucharski@Sun.COM "savedefault") are hidden. If you want to see help messages for those 82*8044SWilliam.Kucharski@Sun.COM commands, specify the new option "--all". 83*8044SWilliam.Kucharski@Sun.COM* A built-in, `more'-like pager is added. When a command prints too many 84*8044SWilliam.Kucharski@Sun.COM lines to fit the screen, GRUB waits until you hit return key. This 85*8044SWilliam.Kucharski@Sun.COM feature can be turned off by the new command "pager". 86*8044SWilliam.Kucharski@Sun.COM* The command "terminal" accepts a new option, "--lines=LINES". You can 87*8044SWilliam.Kucharski@Sun.COM set the maximum number of lines arbitrarily with this option. If you 88*8044SWilliam.Kucharski@Sun.COM don't specify it, the maximum number will be 24. 89*8044SWilliam.Kucharski@Sun.COM* The command "terminal" accepts another new option, "--silent". You can 90*8044SWilliam.Kucharski@Sun.COM suppress the "Press any key to continue" message with this option. 91*8044SWilliam.Kucharski@Sun.COM* The mem= option for Linux is recognized and used to limit the maximum 92*8044SWilliam.Kucharski@Sun.COM address of initrd. 93*8044SWilliam.Kucharski@Sun.COM* A fallback entry is executed immediately after a default entry, 94*8044SWilliam.Kucharski@Sun.COM without prompting a user's intervention, as the manual has ever been 95*8044SWilliam.Kucharski@Sun.COM saying. 96*8044SWilliam.Kucharski@Sun.COM* The utility ``grub-install'' makes sure that GRUB images have been 97*8044SWilliam.Kucharski@Sun.COM written to a physical disk completely. To assist this feature, a new 98*8044SWilliam.Kucharski@Sun.COM command "dump" is added. 99*8044SWilliam.Kucharski@Sun.COM 100*8044SWilliam.Kucharski@Sun.COMNew in 0.91 - 2002-01-21: 101*8044SWilliam.Kucharski@Sun.COM* Support for Linux DAC960 is added. 102*8044SWilliam.Kucharski@Sun.COM* JFS and XFS support is added. 103*8044SWilliam.Kucharski@Sun.COM* The commands "hide" and "unhide" support logical partitions. 104*8044SWilliam.Kucharski@Sun.COM* The utility ``grub-install'' supports NetBSD. 105*8044SWilliam.Kucharski@Sun.COM* The network support is updated to Etherboot-5.0.5. 106*8044SWilliam.Kucharski@Sun.COM* The manner of handling the preset menu changes. In the previous 107*8044SWilliam.Kucharski@Sun.COM implementation, the preset menu is used only when opening the 108*8044SWilliam.Kucharski@Sun.COM configuration file failed. Now try to use the preset menu first. And, 109*8044SWilliam.Kucharski@Sun.COM if the configuration file is available, it is read after readoing the 110*8044SWilliam.Kucharski@Sun.COM preset menu. In this case, menu entries in the preset menu (if any) 111*8044SWilliam.Kucharski@Sun.COM are overrided by the configuration file. 112*8044SWilliam.Kucharski@Sun.COM* Diskless support is a bit changed. In the previous, GRUB set up a 113*8044SWilliam.Kucharski@Sun.COM network automatically via a special function. In the current, the 114*8044SWilliam.Kucharski@Sun.COM function is gone and the preset menu feature is used (i.e. just 115*8044SWilliam.Kucharski@Sun.COM execute the command "bootp" as if you specified it in the preset 116*8044SWilliam.Kucharski@Sun.COM menu). This has no impact against most users, but you should take care 117*8044SWilliam.Kucharski@Sun.COM if using the preset menu for your own purpose, because GRUB doesn't 118*8044SWilliam.Kucharski@Sun.COM call "bootp" implicitly when the preset menu is used explicitly. In 119*8044SWilliam.Kucharski@Sun.COM this case, you would probably need to insert commands to initialize a 120*8044SWilliam.Kucharski@Sun.COM network into your preset menu. 121*8044SWilliam.Kucharski@Sun.COM* Important bugfixes are made for ReiserFS, APM, TFTP, LBA, etc. 122*8044SWilliam.Kucharski@Sun.COM 123*8044SWilliam.Kucharski@Sun.COMNew in 0.90 - 2001-07-11: 124*8044SWilliam.Kucharski@Sun.COM* The command "setkey" resets key mappings, when no argument is 125*8044SWilliam.Kucharski@Sun.COM specified. 126*8044SWilliam.Kucharski@Sun.COM* Linux devfs support is added. 127*8044SWilliam.Kucharski@Sun.COM* The utility ``grub-install'' accepts a new option, `--recheck'. If 128*8044SWilliam.Kucharski@Sun.COM this option is specified, probe a device map, even if it already 129*8044SWilliam.Kucharski@Sun.COM exists. You should use this option whenever you add/remove a disk. 130*8044SWilliam.Kucharski@Sun.COM* The command "password" supports a md5 password if the option `--md5' 131*8044SWilliam.Kucharski@Sun.COM is given. This command can now also be used to protect specific menu 132*8044SWilliam.Kucharski@Sun.COM items with their own passwords. 133*8044SWilliam.Kucharski@Sun.COM* New command, "displayapm". 134*8044SWilliam.Kucharski@Sun.COM* New command, "md5crypt". 135*8044SWilliam.Kucharski@Sun.COM* The new utility ``grub-md5-crypt'' is a frontend of the grub shell. It 136*8044SWilliam.Kucharski@Sun.COM encrypts a password in MD5 format. 137*8044SWilliam.Kucharski@Sun.COM* New commands, "testvbe" and "vbeprobe". 138*8044SWilliam.Kucharski@Sun.COM* The configure script accepts a new option, `--enable-preset-menu'. You 139*8044SWilliam.Kucharski@Sun.COM can embed an arbitrary configuration which will be used when Stage 2 140*8044SWilliam.Kucharski@Sun.COM cannot open a real configuration file, with this option. The argument 141*8044SWilliam.Kucharski@Sun.COM must be an existing file. 142*8044SWilliam.Kucharski@Sun.COM* EZ-BIOS support is added. 143*8044SWilliam.Kucharski@Sun.COM* Booting Windows from a logical partition is supported. 144*8044SWilliam.Kucharski@Sun.COM* The example Multiboot kernel in the directory "docs" is built, if you 145*8044SWilliam.Kucharski@Sun.COM specify the option `--enable-example-kernel' to the configure script. 146*8044SWilliam.Kucharski@Sun.COM* New command, "ifconfig". 147*8044SWilliam.Kucharski@Sun.COM* Linux software RAID support is added (only for RAID-1). 148*8044SWilliam.Kucharski@Sun.COM* Hercules support is added. 149*8044SWilliam.Kucharski@Sun.COM* The configure script now accepts `--disable-auto-linux-mem-opt', which 150*8044SWilliam.Kucharski@Sun.COM has the same meaning as you specify the option `--no-mem-option' to the 151*8044SWilliam.Kucharski@Sun.COM command "kernel". 152*8044SWilliam.Kucharski@Sun.COM* Jump to the physical entry address of a Multiboot kernel when booting 153*8044SWilliam.Kucharski@Sun.COM it up. The old behavior was to use the virtual one, regardless of the 154*8044SWilliam.Kucharski@Sun.COM setting of the physical address. 155*8044SWilliam.Kucharski@Sun.COM* The commands "bootp" and "dhcp" accepts a new option 156*8044SWilliam.Kucharski@Sun.COM `--with-configfile', so that you can load a remotely specified 157*8044SWilliam.Kucharski@Sun.COM configuration file automatically, like the network boot images. 158*8044SWilliam.Kucharski@Sun.COM* VSTa filesystem support is added. 159*8044SWilliam.Kucharski@Sun.COM* ELF symbol loading support is added. 160*8044SWilliam.Kucharski@Sun.COM 161*8044SWilliam.Kucharski@Sun.COMNew in 0.5.96 - 2000-10-04: 162*8044SWilliam.Kucharski@Sun.COM* New commands, "reboot" and "halt". 163*8044SWilliam.Kucharski@Sun.COM* New command, "hiddenmenu". You can hide the menu interface by default 164*8044SWilliam.Kucharski@Sun.COM with this command. 165*8044SWilliam.Kucharski@Sun.COM* You can specify `--no-mem-option' to the command "kernel", if you want 166*8044SWilliam.Kucharski@Sun.COM GRUB not to pass a Linux's mem option automatically. 167*8044SWilliam.Kucharski@Sun.COM* Now GRUB is compliant with the Linux/i386 boot protocol version 2.02. 168*8044SWilliam.Kucharski@Sun.COM* The network support is updated to Etherboot-4.6.4. 169*8044SWilliam.Kucharski@Sun.COM* Symlinks in ReiserFS are supported. 170*8044SWilliam.Kucharski@Sun.COM* Add a workaround into the grub shell, so that it works fine even under 171*8044SWilliam.Kucharski@Sun.COM Linux 2.4. 172*8044SWilliam.Kucharski@Sun.COM* Add a new option `--stage2' into the commands "install" and "setup", 173*8044SWilliam.Kucharski@Sun.COM to let the grub shell know what the file name of Stage 2 is under your 174*8044SWilliam.Kucharski@Sun.COM operating system. You must specify the option correctly, if you cannot 175*8044SWilliam.Kucharski@Sun.COM unmount the partition where GRUB images reside. We'd recommend _not_ 176*8044SWilliam.Kucharski@Sun.COM using those commands directly, but using the utility "grub-install" 177*8044SWilliam.Kucharski@Sun.COM instead, because this is safer. 178*8044SWilliam.Kucharski@Sun.COM* One violation against the Network Boot Image Proposal was found and 179*8044SWilliam.Kucharski@Sun.COM fixed. So now the image `nbgrub' can work fine even with a card such 180*8044SWilliam.Kucharski@Sun.COM as rtl8139. 181*8044SWilliam.Kucharski@Sun.COM* Serial terminal support is added. The configure script accepts 182*8044SWilliam.Kucharski@Sun.COM a new option `--disable-serial'. Unless it is specified, you can use 183*8044SWilliam.Kucharski@Sun.COM two new commands, "serial" and "terminal" in the command-line and the 184*8044SWilliam.Kucharski@Sun.COM menu. See the manual, for more details. 185*8044SWilliam.Kucharski@Sun.COM* Preserve the possible magic number used by Windows NT in a MBR. 186*8044SWilliam.Kucharski@Sun.COM* The command-line interface is switched to single-line editing mode. 187*8044SWilliam.Kucharski@Sun.COM* Only for developers: the configure script accepts 188*8044SWilliam.Kucharski@Sun.COM `--enable-serial-speed-simulation', which is useful when you want to 189*8044SWilliam.Kucharski@Sun.COM simulate the speed of a serial device on a psuedo terminal. 190*8044SWilliam.Kucharski@Sun.COM* Also only for developers: you can specify an optional argument to the 191*8044SWilliam.Kucharski@Sun.COM option `--hold' for the grub shell. The argument means how many 192*8044SWilliam.Kucharski@Sun.COM seconds the grub shell should wait until diving into the main routine. 193*8044SWilliam.Kucharski@Sun.COM* New command, "savedefault". Now you can save current entry number to 194*8044SWilliam.Kucharski@Sun.COM your disk with this command and then you can set the default boot 195*8044SWilliam.Kucharski@Sun.COM entry to it by the command "default saved". 196*8044SWilliam.Kucharski@Sun.COM* Add a new option `--prefix' into the command "setup", so that you can 197*8044SWilliam.Kucharski@Sun.COM specify the name of a directory which contains GRUB images. And, the 198*8044SWilliam.Kucharski@Sun.COM behavior of this command changed slightly, that is, this command now 199*8044SWilliam.Kucharski@Sun.COM searchs stage1 automatically under "/boot/grub" and "/grub", unless 200*8044SWilliam.Kucharski@Sun.COM you specify the option `--prefix'. 201*8044SWilliam.Kucharski@Sun.COM* The utility `grub-install' recognizes a separate boot partition 202*8044SWilliam.Kucharski@Sun.COM automatically. 203*8044SWilliam.Kucharski@Sun.COM* New commands, "partnew" and "parttype". You can modify partition 204*8044SWilliam.Kucharski@Sun.COM tables with these commands. 205*8044SWilliam.Kucharski@Sun.COM 206*8044SWilliam.Kucharski@Sun.COMNew in 0.5.95 - 2000-06-27: 207*8044SWilliam.Kucharski@Sun.COM* NetBSD ELF kernel support is added. You have to specify the new option 208*8044SWilliam.Kucharski@Sun.COM to the command "kernel". See below. 209*8044SWilliam.Kucharski@Sun.COM* Added a new option `--type=TYPE' into the command "kernel". This 210*8044SWilliam.Kucharski@Sun.COM option suggests what type of kernel you want to load. TYPE must be 211*8044SWilliam.Kucharski@Sun.COM either of "netbsd", "freebsd", "openbsd", "linux", "biglinux" and 212*8044SWilliam.Kucharski@Sun.COM "multiboot". Actually, this option will be necessary only if you want 213*8044SWilliam.Kucharski@Sun.COM to load a NetBSD ELF kernel, because GRUB can automatically determine 214*8044SWilliam.Kucharski@Sun.COM a kernel type in the other cases. 215*8044SWilliam.Kucharski@Sun.COM* ReiserFS support is added. 216*8044SWilliam.Kucharski@Sun.COM* Added a new option `--force-lba' into the command "install". This 217*8044SWilliam.Kucharski@Sun.COM option disables some sanity checks for LBA mode (but not all). If you 218*8044SWilliam.Kucharski@Sun.COM are sure that your machine supports LBA mode but GRUB doesn't work in 219*8044SWilliam.Kucharski@Sun.COM LBA mode, you should specify it. It is necessary if your BIOS is too 220*8044SWilliam.Kucharski@Sun.COM buggy. In the previous version, it was a compile-time option, but you 221*8044SWilliam.Kucharski@Sun.COM don't have to recompile GRUB any longer. 222*8044SWilliam.Kucharski@Sun.COM* Likewise, now the command "setup" and the script "grub-install" also 223*8044SWilliam.Kucharski@Sun.COM accept `--force-lba' option. Specifying this option to "setup" or 224*8044SWilliam.Kucharski@Sun.COM "grub-install" has the same effect as to the command "install". 225*8044SWilliam.Kucharski@Sun.COM* The configure script doesn't accept the option 226*8044SWilliam.Kucharski@Sun.COM `--disable-lba-support-bitmap-check' any longer. Use the option above. 227*8044SWilliam.Kucharski@Sun.COM* The network support is updated to Etherboot-4.6.1. So now we have 228*8044SWilliam.Kucharski@Sun.COM 3Com59x and DEPCA drivers. 229*8044SWilliam.Kucharski@Sun.COM* Now you can omit the configuration file argument to the command 230*8044SWilliam.Kucharski@Sun.COM "password". If you omit it, then GRUB will just unlock privileged 231*8044SWilliam.Kucharski@Sun.COM instructions (such as `c') when you enter a correct password. 232*8044SWilliam.Kucharski@Sun.COM* The new command "lock" can be used to prevent end-users from executing 233*8044SWilliam.Kucharski@Sun.COM arbitrary menu entries. This command will emit an error until the user 234*8044SWilliam.Kucharski@Sun.COM enters a correct password. 235*8044SWilliam.Kucharski@Sun.COM* Recognize the Linux extended partition type. 236*8044SWilliam.Kucharski@Sun.COM* Pass a correct memory size to Linux and *BSD. 237*8044SWilliam.Kucharski@Sun.COM* Diskless support is added. Now configure accepts --enable-diskless, 238*8044SWilliam.Kucharski@Sun.COM and "make" will produce two additional images, ``nbgrub'' for Net Boot 239*8044SWilliam.Kucharski@Sun.COM Image Proposal and ``pxegrub'' for Preboot Execution Environment. See 240*8044SWilliam.Kucharski@Sun.COM the documentation, for more details. 241*8044SWilliam.Kucharski@Sun.COM* The command "tftpserver" overrides a TFTP server address returned by a 242*8044SWilliam.Kucharski@Sun.COM BOOTP server, a DHCP server or a RARP server. 243*8044SWilliam.Kucharski@Sun.COM* Fix a serious bug about LBA support. It is possible that you don't 244*8044SWilliam.Kucharski@Sun.COM disable the LBA support bitmap check any longer. Please send a report, 245*8044SWilliam.Kucharski@Sun.COM if you must still disable it. We need to know if we should get rid of 246*8044SWilliam.Kucharski@Sun.COM the option. 247*8044SWilliam.Kucharski@Sun.COM 248*8044SWilliam.Kucharski@Sun.COMNew in 0.5.94 - 2000-03-06: 249*8044SWilliam.Kucharski@Sun.COM* Stage 1 supports both the LBA mode and the CHS mode. 250*8044SWilliam.Kucharski@Sun.COM* The NetBSD and OpenBSD boot bug is fixed. 251*8044SWilliam.Kucharski@Sun.COM* The more automatic installation command "setup" is added. 252*8044SWilliam.Kucharski@Sun.COM* The command "embed" embeds a Stage 1.5 in the sectors after a MBR. 253*8044SWilliam.Kucharski@Sun.COM* Support symbolic color name syntax in the command "color". 254*8044SWilliam.Kucharski@Sun.COM* The grub shell loads the BIOS drive mapping information from a device 255*8044SWilliam.Kucharski@Sun.COM map file if it is specified and can be opened. If not found, try to 256*8044SWilliam.Kucharski@Sun.COM create it based on the guessed information. 257*8044SWilliam.Kucharski@Sun.COM* NetBSD support in the grub shell is improved. 258*8044SWilliam.Kucharski@Sun.COM* A simple checker for the format of a Multiboot kernel, ``mbchk'', is 259*8044SWilliam.Kucharski@Sun.COM added. 260*8044SWilliam.Kucharski@Sun.COM* The command "find" searches for a filename in all devices and print 261*8044SWilliam.Kucharski@Sun.COM the list of the devices which contain the file. 262*8044SWilliam.Kucharski@Sun.COM* The command "map" maps a drive to another drive so that we can 263*8044SWilliam.Kucharski@Sun.COM chain-load some foolish operating systems (such as DOS) even if such 264*8044SWilliam.Kucharski@Sun.COM an operating system resides at a non-first drive. 265*8044SWilliam.Kucharski@Sun.COM* The command "setkey" maps a key to another. 266*8044SWilliam.Kucharski@Sun.COM* The GRUB manual is rewritten, and now consists of three parts and 267*8044SWilliam.Kucharski@Sun.COM appendices. 268*8044SWilliam.Kucharski@Sun.COM* The command "ioprobe" detects what I/O ports are used for a BIOS 269*8044SWilliam.Kucharski@Sun.COM drive. 270*8044SWilliam.Kucharski@Sun.COM* OpenBSD support in the grub shell is improved. 271*8044SWilliam.Kucharski@Sun.COM* The command "install" can now patch a Stage 2 with a different 272*8044SWilliam.Kucharski@Sun.COM filename from "/boot/grub/menu.lst" even if a Stage 1.5 is used. 273*8044SWilliam.Kucharski@Sun.COM* New program, ``grub-install''. 274*8044SWilliam.Kucharski@Sun.COM* The command "blocklist" prints the blocklist notation of a file. 275*8044SWilliam.Kucharski@Sun.COM* The command "chainloader" now accepts an option "--force", which is 276*8044SWilliam.Kucharski@Sun.COM required if you want to chain-load a boot loader defective in the 277*8044SWilliam.Kucharski@Sun.COM signature, such as SCO Unixware 7.1. 278*8044SWilliam.Kucharski@Sun.COM* The netboot support is heavily rewritten, based on Etherboot-4.4.3. 279*8044SWilliam.Kucharski@Sun.COM Most of the device drivers are stolen from it, so we now have many 280*8044SWilliam.Kucharski@Sun.COM network drivers. See netboot/README.netboot for more details. 281*8044SWilliam.Kucharski@Sun.COM* Now configure accepts the option `--disable-lba-support-bitmap-check' 282*8044SWilliam.Kucharski@Sun.COM to ignore an incorrect LBA support bitmap returned by a buggy BIOS. If 283*8044SWilliam.Kucharski@Sun.COM you are sure that your BIOS does support LBA mode but GRUB doesn't 284*8044SWilliam.Kucharski@Sun.COM work in LBA mode, recompile GRUB with this option specified. You can 285*8044SWilliam.Kucharski@Sun.COM check if GRUB accesses a drive in LBA mode by the command "geometry". 286*8044SWilliam.Kucharski@Sun.COM* New commands "bootp", "dhcp" and "rarp" can be used to initialize a 287*8044SWilliam.Kucharski@Sun.COM network device and get IP addresses from a network. 288*8044SWilliam.Kucharski@Sun.COM* Long filename support in the FAT filesystem is added. 289*8044SWilliam.Kucharski@Sun.COM* The command "cmp" compares each bytes in two files. 290*8044SWilliam.Kucharski@Sun.COM 291*8044SWilliam.Kucharski@Sun.COMNew in 0.5.93 - 1999-10-30: 292*8044SWilliam.Kucharski@Sun.COM* ELF format of FreeBSD kernel is supported. 293*8044SWilliam.Kucharski@Sun.COM* Support the partition ids for NetBSD and OpenBSD. 294*8044SWilliam.Kucharski@Sun.COM* Exit from the grub shell just by pushing the key `q' in the menu. 295*8044SWilliam.Kucharski@Sun.COM* New options for configure can disable some functions in Stage 2. See 296*8044SWilliam.Kucharski@Sun.COM the output from `configure --help' for more information. 297*8044SWilliam.Kucharski@Sun.COM* FAT32 support is added. 298*8044SWilliam.Kucharski@Sun.COM* Minix fs support is added. 299*8044SWilliam.Kucharski@Sun.COM* New commands "hide" and "unhide". 300*8044SWilliam.Kucharski@Sun.COM* The character `=' after a command is not necessary any longer, but it 301*8044SWilliam.Kucharski@Sun.COM is supported for backward compatibility. 302*8044SWilliam.Kucharski@Sun.COM* The command "help" displays helpful information about builtin 303*8044SWilliam.Kucharski@Sun.COM commands. 304*8044SWilliam.Kucharski@Sun.COM* The command "geometry" displays the information of a drive specified 305*8044SWilliam.Kucharski@Sun.COM and set the geometry to arbitrary C/H/S values if the optional 306*8044SWilliam.Kucharski@Sun.COM arguments are used. 307*8044SWilliam.Kucharski@Sun.COM* The command "configfile" loads a configuration file interactively. 308*8044SWilliam.Kucharski@Sun.COM* The command "device" assigns a BIOS drive to an arbitrary filename in 309*8044SWilliam.Kucharski@Sun.COM the grub shell. 310*8044SWilliam.Kucharski@Sun.COM* The option `--no-floppy' force the grub shell to assume that there is 311*8044SWilliam.Kucharski@Sun.COM no floppy, and the option `--probe-second-floppy' enables the probe of 312*8044SWilliam.Kucharski@Sun.COM the second floppy drive. 313*8044SWilliam.Kucharski@Sun.COM* Integrated the netboot support in the Dresden version of GRUB. 314*8044SWilliam.Kucharski@Sun.COM* FreeBSD support in the grub shell is improved. 315*8044SWilliam.Kucharski@Sun.COM* Killing (C-u and C-k), yanking (C-y) and manipulating the history 316*8044SWilliam.Kucharski@Sun.COM (C-p and C-n) are supported. 317*8044SWilliam.Kucharski@Sun.COM* The address argument for the command "install" is now optional. 318*8044SWilliam.Kucharski@Sun.COM* Better completion support. 319*8044SWilliam.Kucharski@Sun.COM* The command "cat" displays the contents of a file. 320*8044SWilliam.Kucharski@Sun.COM 321*8044SWilliam.Kucharski@Sun.COMNew in 0.5.92 - 1999-07-26: 322*8044SWilliam.Kucharski@Sun.COM* Bug fixes (i.e. Stage 1.5 can work fine again). 323*8044SWilliam.Kucharski@Sun.COM* The /sbin/grub stage2 simulator now works at least on GNU/Linux, and 324*8044SWilliam.Kucharski@Sun.COM uses the Linux HDIO_GETGEO ioctl to determine hard disk geometry. 325*8044SWilliam.Kucharski@Sun.COM* TAB not only lists filenames, but also completes a filename when the 326*8044SWilliam.Kucharski@Sun.COM filename is unique. 327*8044SWilliam.Kucharski@Sun.COM* Password is not echoed back, put an asterisk for each of input 328*8044SWilliam.Kucharski@Sun.COM characters. 329*8044SWilliam.Kucharski@Sun.COM* stage2_debug is removed, and the debugging features are added into 330*8044SWilliam.Kucharski@Sun.COM stage2. 331*8044SWilliam.Kucharski@Sun.COM* Color menu support. 332*8044SWilliam.Kucharski@Sun.COM* New command "quit". 333*8044SWilliam.Kucharski@Sun.COM* The man page for /sbin/grub. 334*8044SWilliam.Kucharski@Sun.COM* All documents become Texinfo. 335*8044SWilliam.Kucharski@Sun.COM* Linux video mode selection is supported. 336*8044SWilliam.Kucharski@Sun.COM* The new Stage 1 `stage1_lba' supports LBA addressing mode. 337*8044SWilliam.Kucharski@Sun.COM 338*8044SWilliam.Kucharski@Sun.COMNew in 0.5.91 - 1999-03-14, Gordon Matzigkeit: 339*8044SWilliam.Kucharski@Sun.COM* LBA and preliminary AWARD BIOS disk extension support. 340*8044SWilliam.Kucharski@Sun.COM* Started docs/grub.texi. 341*8044SWilliam.Kucharski@Sun.COM* /sbin/grub GUI now works (but it doesn't yet access disks properly). 342*8044SWilliam.Kucharski@Sun.COM Run `configure --enable-sbin-grub' to build this program in the grub 343*8044SWilliam.Kucharski@Sun.COM subdirectory. 344*8044SWilliam.Kucharski@Sun.COM 345*8044SWilliam.Kucharski@Sun.COMNew in 0.5.90 - 1999-03-01, Gordon Matzigkeit: 346*8044SWilliam.Kucharski@Sun.COM* Bug fixes. 347*8044SWilliam.Kucharski@Sun.COM* GRUB understands symlinks on ext2fs (but still not ffs). 348*8044SWilliam.Kucharski@Sun.COM* Many source code and build cleanups to comply with GNU standards. 349*8044SWilliam.Kucharski@Sun.COM 350*8044SWilliam.Kucharski@Sun.COMNew in 0.5 - 1998-08-20, Erich Boleyn: 351*8044SWilliam.Kucharski@Sun.COM 352*8044SWilliam.Kucharski@Sun.COM* Improved error messages in the stage1 to be strings (easier to read 353*8044SWilliam.Kucharski@Sun.COM than the previous case of single characters), and removed any 354*8044SWilliam.Kucharski@Sun.COM display in the case of no error (less confusing). 355*8044SWilliam.Kucharski@Sun.COM 356*8044SWilliam.Kucharski@Sun.COM* New document describing error conditions and messages. 357*8044SWilliam.Kucharski@Sun.COM 358*8044SWilliam.Kucharski@Sun.COM* Improved configure/build process. 359*8044SWilliam.Kucharski@Sun.COM 360*8044SWilliam.Kucharski@Sun.COM* Made the early bootup interrupt-safe. Wasn't doing cli/sti when 361*8044SWilliam.Kucharski@Sun.COM necessary sometimes. 362*8044SWilliam.Kucharski@Sun.COM 363*8044SWilliam.Kucharski@Sun.COM* GRUB now shuts off the floppy before transferring control to any 364*8044SWilliam.Kucharski@Sun.COM other programs/modules/loaders. (chain-loading doesn't matter here, 365*8044SWilliam.Kucharski@Sun.COM just loading 32-bit modules/kernels) 366*8044SWilliam.Kucharski@Sun.COM 367*8044SWilliam.Kucharski@Sun.COM* Fixed a few stupid bugs, including a several in the ext2fs code. 368*8044SWilliam.Kucharski@Sun.COM 369*8044SWilliam.Kucharski@Sun.COM* Linux boot format support extended from just "zImage" to include 370*8044SWilliam.Kucharski@Sun.COM "bzImage" and initial ramdisk (also called "initrd") support for 371*8044SWilliam.Kucharski@Sun.COM both. "initrd" support is untested, but the critical parts were 372*8044SWilliam.Kucharski@Sun.COM taken from a supplied patch and seem OK. 373*8044SWilliam.Kucharski@Sun.COM 374*8044SWilliam.Kucharski@Sun.COM* Several new command features. See the command-listing for details. 375*8044SWilliam.Kucharski@Sun.COM 376*8044SWilliam.Kucharski@Sun.COMNew in 0.4 - 1998-03-19, Erich Boleyn: 377*8044SWilliam.Kucharski@Sun.COM 378*8044SWilliam.Kucharski@Sun.COM* GRUB now correctly points ES:SI at a partition descriptor when 379*8044SWilliam.Kucharski@Sun.COM chain-loading. 380*8044SWilliam.Kucharski@Sun.COM 381*8044SWilliam.Kucharski@Sun.COM* Many minor bugs fixed (some in the build scripts). 382*8044SWilliam.Kucharski@Sun.COM 383*8044SWilliam.Kucharski@Sun.COM* Intel MPS 1.4 config/check code is totally new, and the "syscmd=" 384*8044SWilliam.Kucharski@Sun.COM command is completely removed. Check command-listing for details. 385*8044SWilliam.Kucharski@Sun.COM 386*8044SWilliam.Kucharski@Sun.COMVersion 0.4-pre, Erich Boleyn: 387*8044SWilliam.Kucharski@Sun.COM 388*8044SWilliam.Kucharski@Sun.COM* Reorganized docs, moved most "NOTE" items to a FAQ (with new entries 389*8044SWilliam.Kucharski@Sun.COM as well). 390*8044SWilliam.Kucharski@Sun.COM 391*8044SWilliam.Kucharski@Sun.COM* Now supports automatic decompression of any files loaded via the 392*8044SWilliam.Kucharski@Sun.COM GRUB stage2 filesystem code. Simply compress the file using GNU 393*8044SWilliam.Kucharski@Sun.COM gzip normally, then when loading, the GRUB internals will see the 394*8044SWilliam.Kucharski@Sun.COM contents in the decompressed state... i.e. all GRUB functions 395*8044SWilliam.Kucharski@Sun.COM operate normally as if it is the uncompressed file. An extra 396*8044SWilliam.Kucharski@Sun.COM version of the "module" loading function has been added which 397*8044SWilliam.Kucharski@Sun.COM disables this functionality if desired (in all the other cases, not 398*8044SWilliam.Kucharski@Sun.COM decompressing doesn't make sense). 399*8044SWilliam.Kucharski@Sun.COM 400*8044SWilliam.Kucharski@Sun.COM* Changed device strings used in filesystem code to more logical 401*8044SWilliam.Kucharski@Sun.COM format. Added "relative" disk and partition capability, see 402*8044SWilliam.Kucharski@Sun.COM command-listing and filesystem syntax description for details. 403*8044SWilliam.Kucharski@Sun.COM 404*8044SWilliam.Kucharski@Sun.COM* "install=" command vastly improved. Also moved to non-debug area. 405*8044SWilliam.Kucharski@Sun.COM Check command-listing and install documentation for details. 406*8044SWilliam.Kucharski@Sun.COM 407*8044SWilliam.Kucharski@Sun.COM* Added several new commands: "rootnoverify=", "uppermem=", and a new 408*8044SWilliam.Kucharski@Sun.COM debug command "displaymem". Check command-listing for details. 409*8044SWilliam.Kucharski@Sun.COM 410*8044SWilliam.Kucharski@Sun.COM* Added versioning numbers (and subsequently broke compatibility with 411*8044SWilliam.Kucharski@Sun.COM some of the previous code, so GRUB should be re-installed!). 412*8044SWilliam.Kucharski@Sun.COM 413*8044SWilliam.Kucharski@Sun.COM* Added unattended booting support via new "fallback=" command. 414*8044SWilliam.Kucharski@Sun.COM 415*8044SWilliam.Kucharski@Sun.COM* During debug probe of SMP configuration table compatible with Intel 416*8044SWilliam.Kucharski@Sun.COM MPS 1.4 standard, GRUB now checks for a pointer in the EBDA. 417*8044SWilliam.Kucharski@Sun.COM 418*8044SWilliam.Kucharski@Sun.COM* Using a "default=" entry greater than 11 caused the UI to do funny 419*8044SWilliam.Kucharski@Sun.COM things (it didn't pre-scroll the list to the appropriate place). 420*8044SWilliam.Kucharski@Sun.COM 421*8044SWilliam.Kucharski@Sun.COM* Reading files on FAT floppies had yet more problems related by many 422*8044SWilliam.Kucharski@Sun.COM users of version 0.3 6/17/96. Again, all known problems fixed. 423*8044SWilliam.Kucharski@Sun.COM 424*8044SWilliam.Kucharski@Sun.COM* "Extended" partitions now work (still cannot make an extended 425*8044SWilliam.Kucharski@Sun.COM partition active with "makeactive" command). 426*8044SWilliam.Kucharski@Sun.COM 427*8044SWilliam.Kucharski@Sun.COM* The build environment is greatly simplified, now using an 428*8044SWilliam.Kucharski@Sun.COM autoconf-like "configure" script. 429*8044SWilliam.Kucharski@Sun.COM 430*8044SWilliam.Kucharski@Sun.COMNew in 0.3-19960617 - 1996-06-17, Erich Boleyn: 431*8044SWilliam.Kucharski@Sun.COM 432*8044SWilliam.Kucharski@Sun.COM* Yet more documentation improvements. 433*8044SWilliam.Kucharski@Sun.COM 434*8044SWilliam.Kucharski@Sun.COM* Known bugs in floppy operation fixed (12-bit FAT didn't work for 435*8044SWilliam.Kucharski@Sun.COM most cases, and inserting other floppies didn't flush the filesystem 436*8044SWilliam.Kucharski@Sun.COM cache). 437*8044SWilliam.Kucharski@Sun.COM 438*8044SWilliam.Kucharski@Sun.COM* NASTY uninitialized pointer bug causing "raw" floppy operation to 439*8044SWilliam.Kucharski@Sun.COM crash on several PCs is now fixed. This seems to have been the root 440*8044SWilliam.Kucharski@Sun.COM cause of all of the compatibility problems that have currently been 441*8044SWilliam.Kucharski@Sun.COM observed. 442*8044SWilliam.Kucharski@Sun.COM 443*8044SWilliam.Kucharski@Sun.COM* debug-mode command added to automate most difficult step of 444*8044SWilliam.Kucharski@Sun.COM installation for common cases (new install method #4). 445*8044SWilliam.Kucharski@Sun.COM 446*8044SWilliam.Kucharski@Sun.COM* Testing "mini-debugger" now merged with command-line when "DEBUG" 447*8044SWilliam.Kucharski@Sun.COM defined in compile (no SYSDEBUG option anymore). See description of 448*8044SWilliam.Kucharski@Sun.COM commands in the command-line for details. 449*8044SWilliam.Kucharski@Sun.COM 450*8044SWilliam.Kucharski@Sun.COMNew in 0.3-19960602 - 1996-06-02, Erich Boleyn: 451*8044SWilliam.Kucharski@Sun.COM 452*8044SWilliam.Kucharski@Sun.COM* Completed initial licenses. 453*8044SWilliam.Kucharski@Sun.COM 454*8044SWilliam.Kucharski@Sun.COM* Initial filesystem documentation written. 455*8044SWilliam.Kucharski@Sun.COM 456*8044SWilliam.Kucharski@Sun.COM* Block-list and FAT filesystems now work as documented (in 457*8044SWilliam.Kucharski@Sun.COM particular, for the blocklist filesystem, shortcuts like "+1" for 458*8044SWilliam.Kucharski@Sun.COM "0+1,512" now work correctly). 459*8044SWilliam.Kucharski@Sun.COM 460*8044SWilliam.Kucharski@Sun.COM* Fixed several problems (old and new) in the various filesystems (for 461*8044SWilliam.Kucharski@Sun.COM example, the ext2fs filesystem code is now much faster, as it caches 462*8044SWilliam.Kucharski@Sun.COM some mapping blocks where it didn't at all before). Filesystem 463*8044SWilliam.Kucharski@Sun.COM semantics are much more uniform as well (symbolic links and reading 464*8044SWilliam.Kucharski@Sun.COM a directory as a file now return errors where it would silently fail 465*8044SWilliam.Kucharski@Sun.COM before). 466*8044SWilliam.Kucharski@Sun.COM 467*8044SWilliam.Kucharski@Sun.COM* "makeactive" now works for standard PC partitions on hard disks (not 468*8044SWilliam.Kucharski@Sun.COM extended partitions... so any PC partition number above 3 will give 469*8044SWilliam.Kucharski@Sun.COM a "no such partition" error). If a BSD sub-partition is is used, it 470*8044SWilliam.Kucharski@Sun.COM will ignore it, and only use the primary PC partition number. 471*8044SWilliam.Kucharski@Sun.COM 472*8044SWilliam.Kucharski@Sun.COMNew in 0.3-19960520 - 1996-05-20, Erich Boleyn: 473*8044SWilliam.Kucharski@Sun.COM 474*8044SWilliam.Kucharski@Sun.COM* Updated instructions (though still very sparse). 475*8044SWilliam.Kucharski@Sun.COM 476*8044SWilliam.Kucharski@Sun.COM* New floppy probe (works much like the Linux floppy boot probe) 477*8044SWilliam.Kucharski@Sun.COM attempts to find the size of a floppy in a drive. Might still need 478*8044SWilliam.Kucharski@Sun.COM work! Please try on various floppy drives with various media! 479*8044SWilliam.Kucharski@Sun.COM 480*8044SWilliam.Kucharski@Sun.COM* New floppy handler will claim a non-existent drive if the floppy 481*8044SWilliam.Kucharski@Sun.COM disk isn't present in the drive. (for example, it won't be on the 482*8044SWilliam.Kucharski@Sun.COM list of installed drives unless a floppy is present) 483*8044SWilliam.Kucharski@Sun.COM 484*8044SWilliam.Kucharski@Sun.COM* Stage1 now compatible with both a hard disk MBR and the DOS BIOS 485*8044SWilliam.Kucharski@Sun.COM parameter block (see "install/README" for more details on how this 486*8044SWilliam.Kucharski@Sun.COM can be used). 487*8044SWilliam.Kucharski@Sun.COM 488*8044SWilliam.Kucharski@Sun.COM* Block-list filesystem partially works, as described in the file 489*8044SWilliam.Kucharski@Sun.COM "NOTES". Loading an a.out or elf kernel won't work with it, but all 490*8044SWilliam.Kucharski@Sun.COM other filetypes pretty much should. (certainly chain-loading works 491*8044SWilliam.Kucharski@Sun.COM OK) 492*8044SWilliam.Kucharski@Sun.COM 493*8044SWilliam.Kucharski@Sun.COM NOTE: you must use the full format "0+1,512" for just he first 494*8044SWilliam.Kucharski@Sun.COM block... no parameters can be implicit in this version.. THis is 495*8044SWilliam.Kucharski@Sun.COM being fixed too. 496*8044SWilliam.Kucharski@Sun.COM 497*8044SWilliam.Kucharski@Sun.COM* Linux ext2 filesystem works. (it's very slow for big files, but 498*8044SWilliam.Kucharski@Sun.COM this is being fixed) 499*8044SWilliam.Kucharski@Sun.COM 500*8044SWilliam.Kucharski@Sun.COM* Linux boot type now supported. Use a standard piggybacked image as 501*8044SWilliam.Kucharski@Sun.COM with LILO. Put in hack to support >64MB via GRUB placing the RAM 502*8044SWilliam.Kucharski@Sun.COM size as the first item on the command-line automatically. Must pass 503*8044SWilliam.Kucharski@Sun.COM root partition on command-line using normal Linux syntax... if not, 504*8044SWilliam.Kucharski@Sun.COM it uses it's builtin root partition. 505*8044SWilliam.Kucharski@Sun.COM 506*8044SWilliam.Kucharski@Sun.COM* Supports chain-loading. For details, see "COMMANDS" and the 507*8044SWilliam.Kucharski@Sun.COM examples directory. (was able to boot DOS and Windows NT on my test 508*8044SWilliam.Kucharski@Sun.COM box). NOTE that the "root partition" must be set to work right. 509*8044SWilliam.Kucharski@Sun.COM "makeactive" is currently a no-op. 510*8044SWilliam.Kucharski@Sun.COM 511*8044SWilliam.Kucharski@Sun.COM* Several weird bugs fixed. One important note: If you recompile, it 512*8044SWilliam.Kucharski@Sun.COM will warn about a clash with builtin "strcmp". This is normal... 513*8044SWilliam.Kucharski@Sun.COM do NOT remove the strcmp definition, as then GCC will possibly put 514*8044SWilliam.Kucharski@Sun.COM inline code from it's own builtin function in some places. (my 515*8044SWilliam.Kucharski@Sun.COM strcmp has slightly different functionality, hence the problem) 516*8044SWilliam.Kucharski@Sun.COM 517*8044SWilliam.Kucharski@Sun.COM* Mini-debugger is currently broken. 518*8044SWilliam.Kucharski@Sun.COM 519*8044SWilliam.Kucharski@Sun.COMNew in 0.2 - 1996-04-12, Erich Boleyn: 520*8044SWilliam.Kucharski@Sun.COM 521*8044SWilliam.Kucharski@Sun.COM* Completely new menu-based UI. See "COMMANDS" and the examples 522*8044SWilliam.Kucharski@Sun.COM directory for details. NOTE that the argument to a command must be 523*8044SWilliam.Kucharski@Sun.COM preceded by a space between it and the '=', in both the config file 524*8044SWilliam.Kucharski@Sun.COM and the command-line. This will be fixed. 525*8044SWilliam.Kucharski@Sun.COM 526*8044SWilliam.Kucharski@Sun.COMNew in 0.1 - 1996-03-31, Erich Boleyn: 527*8044SWilliam.Kucharski@Sun.COM 528*8044SWilliam.Kucharski@Sun.COM* Newer version of Multiboot Standard (version 0.6) supported. 529*8044SWilliam.Kucharski@Sun.COM 530*8044SWilliam.Kucharski@Sun.COM* Autodetects kernel types. Supports Multiboot, FreeBSD, NetBSD 531*8044SWilliam.Kucharski@Sun.COM (Linux isn't finished). 532*8044SWilliam.Kucharski@Sun.COM 533*8044SWilliam.Kucharski@Sun.COM* Stage 1.5 works now. Default setup is now for working with a BSD 534*8044SWilliam.Kucharski@Sun.COM FFS floppy loading "/grub/stage2" as the main bootloader. 535*8044SWilliam.Kucharski@Sun.COM 536*8044SWilliam.Kucharski@Sun.COM* Filesystem support improved. It didn't work on many floppies before 537*8044SWilliam.Kucharski@Sun.COM (problem with the partition-detection code). 538*8044SWilliam.Kucharski@Sun.COM 539*8044SWilliam.Kucharski@Sun.COM* Memory probe now supports arbitrary amounts of RAM (some technical 540*8044SWilliam.Kucharski@Sun.COM limitations exist, see Multiboot standard version 0.6 for details). 541*8044SWilliam.Kucharski@Sun.COM 542*8044SWilliam.Kucharski@Sun.COM* A mini-debugger is included by default, activated by hitting '~' on 543*8044SWilliam.Kucharski@Sun.COM the command-line (it might interfere with things, but it seems OK 544*8044SWilliam.Kucharski@Sun.COM for my alpha-testing). The commands are in the function 545*8044SWilliam.Kucharski@Sun.COM "enter_sysdebug" defined in "common.c". If you have an Intel MPS- 546*8044SWilliam.Kucharski@Sun.COM compatible machine, there are extra commands enabled for SMP cpu 547*8044SWilliam.Kucharski@Sun.COM testing. 'q' exits and goes back to what you were doing before. 548*8044SWilliam.Kucharski@Sun.COM 549*8044SWilliam.Kucharski@Sun.COMNew in 0.0-19960206 - 1996-02-06, Erich Boleyn: 550*8044SWilliam.Kucharski@Sun.COM 551*8044SWilliam.Kucharski@Sun.COM* Newer version of Multiboot Standard (version 0.4) supported. 552*8044SWilliam.Kucharski@Sun.COM 553*8044SWilliam.Kucharski@Sun.COMNew in 0.0-19951210 - 1995-12-10, Erich Boleyn: 554*8044SWilliam.Kucharski@Sun.COM 555*8044SWilliam.Kucharski@Sun.COM* You can now perform TAB-based completion listing of any valid 556*8044SWilliam.Kucharski@Sun.COM partially completed disk/partition/file-name combination. Try it 557*8044SWilliam.Kucharski@Sun.COM out to see what you like, examples are in the NOTES file under 558*8044SWilliam.Kucharski@Sun.COM "Device completion". 559*8044SWilliam.Kucharski@Sun.COM 560*8044SWilliam.Kucharski@Sun.COM* Fixed a bug causing the memory size routine to sometimes report 561*8044SWilliam.Kucharski@Sun.COM ridiculous values. 562*8044SWilliam.Kucharski@Sun.COM 563*8044SWilliam.Kucharski@Sun.COM* Fixed some documentation (what little there is :-/ and a few 564*8044SWilliam.Kucharski@Sun.COM assembly bugs in the BIOS access routines that nobody reported yet, 565*8044SWilliam.Kucharski@Sun.COM so I won't detail it here. 566