home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / dosutils / bootlin / whatsnew < prev   
Text File  |  1994-10-16  |  4KB  |  72 lines

  1. ===== Changes from BootLin 1.6 to 1.6b ========================================
  2.     Adapted to linux v1.1, trying to be compatible with older versions.
  3. That's because the setup has changed, thinking it had to take Bootlin into
  4. account ! In fact, the real change is that the setup size is variable, and
  5. its size in sectors is given in the bootsector.
  6.     Old images with no such specification should be detected and handled
  7. correctly.
  8.     Now SCSI disk partitions can be specified as root and swap device,
  9. under the specifier "sd[a-g][1-8]" ("sda3" for instance). Also the root device,
  10. when not defined, is asked literally (as for image filename).
  11.  
  12. NOTE to the writer of setup.S: in the future, when setup.S changes, _Bootlin_
  13. should be adapted to the setup, not the reverse.
  14.  
  15. ===== Changes from BootLin 1.5b to 1.6 ========================================
  16.     Added a more evoluated command line parsing to be able to define
  17. parameters of Linux from the command line: root FS device, swap device,
  18. ram disk, startup video mode.
  19.     Option -wait makes bootlin wait for a key before lauching Linux.
  20.     Changed the look of messages, to display clearly more informations.
  21.     Added checks for memory and more checks on Linux parameters.
  22.  
  23. ===== Changes from BootLin 1.5 to 1.5b ========================================
  24.     Very few and minor changes this time. Added a check of the CPU.
  25. Linux launch is aborted if no 386+ is detected.
  26.  
  27. ===== Changes from BootLin 1.4 to 1.5 =========================================
  28.     Changed the way it asks the root device in case it is undefined in
  29. the boot sector. It now counts on Linux's autodetect capability for the
  30. floppies, and supports partition numbering of /dev/hd[ab][1-9].
  31.     This means this feature will run correctly for floppies only
  32. with linux kernels having floppy-format autodect (at least the current
  33. version, but if you can fetch this BootLinux, you probably can fetch the
  34. last version of Linux too, so this shouldn't be a problem).
  35.  
  36. ===== Changes from BootLin 1.3 to 1.4 =========================================
  37.     Now able to launch Linux directly from DOS, without having to boot.
  38. The only restriction is that you must do it from real mode. So no Windows,
  39. no EMM386, no DesqView, no etc...
  40.  
  41. ===== Changes from BootLin 1.2 to 1.3 =========================================
  42.     Added a check of the boot sector to be a REAL BIOS BOOT SECTOR. This
  43. will avoid, I hope, to try to boot with everything, and more especially with
  44. the system executable, like one of my friends did...
  45.  
  46.     BootLinux now sets the memory to zero before loading the image. With
  47. this linux hangs less often.
  48.  
  49.     If the name given on the command line refers to no real file, then
  50. you are prompted for a new file name, until the name is correct. This should
  51. allow, for those using multiple kernels, the use of only one command line in
  52. the config.sys to boot whatever version of linux they want.
  53.  
  54.     Sorry, I could not avoid Bootlin.com to be more than 1K this time !
  55.  
  56. ===== Changes from BootLin 1.1 to 1.2 =========================================
  57.     I think I have now corrected the bug that hung some computers and
  58. made everyone have garbage in place of the "Press <RETURN> to see SVGA modes".
  59.  
  60.     If the ROOT device number is not defined, it allows you to choose
  61. it within some devices.
  62.  
  63.     It has a far more simple command line parsing routine. That allowed
  64. to save about 33% of the size, which in turn allowed the new BootLinux to
  65. be smaller than the old one. Drawback: no checking is done. Anyway,
  66. it has the same syntax than the previous BootLinux.
  67.  
  68.     I now give a MASM source !
  69.  
  70. ===============================================================================
  71.  
  72.