Update version number and mention int13 extension support
(sorry, forgot this on the recent commit of the above).
This commit is contained in:
parent
1f00456a27
commit
a541c86a76
|
@ -1,8 +1,9 @@
|
|||
$NetBSD: version,v 1.3 1998/07/08 17:46:21 drochner Exp $
|
||||
$NetBSD: version,v 1.4 1998/10/27 12:59:02 ws Exp $
|
||||
|
||||
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
||||
file is important. Make sure the current version number is on line 6.
|
||||
|
||||
2.4: Support BIOS Int13-Extensions.
|
||||
2.3: Switch to new NetBSD MBR partition ID.
|
||||
2.2: Use common menu / parsing functions with other bootloaders.
|
||||
New framework to pass information to the kernel.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
$NetBSD: version,v 1.3 1998/07/08 17:46:21 drochner Exp $
|
||||
$NetBSD: version,v 1.4 1998/10/27 12:59:02 ws Exp $
|
||||
|
||||
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
||||
file is important. Make sure the current version number is on line 6.
|
||||
|
||||
1.4: Support BIOS Int13-Extensions.
|
||||
1.3: Switch to new NetBSD MBR partition ID.
|
||||
1.2: Use common menu / parsing functions with other bootloaders.
|
||||
New framework to pass information to the kernel.
|
||||
|
|
Loading…
Reference in New Issue