NetBSD/x86 BIOS Boot 5.6: now with GUID Partition Table support.

This commit is contained in:
jakllsch 2011-01-05 22:28:05 +00:00
parent 749ebb6927
commit 1d66d108be

View File

@ -1,4 +1,4 @@
$NetBSD: version,v 1.11 2011/01/05 22:24:02 jakllsch Exp $
$NetBSD: version,v 1.12 2011/01/05 22:28:05 jakllsch Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important - make sure the entries are appended on end, last item
@ -43,3 +43,4 @@ is taken as the current.
5.4: The VESA VBE mode number is now passed to the kernel so it can be
restored on ACPI resume.
5.5: Adjust stack and heap areas to not overlap.
5.6: GUID Partition Table support.