]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86, doc: Assign a bootloader ID for "Minimal Linux Bootloader"
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 23 Jul 2012 23:16:17 +0000 (16:16 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 23 Jul 2012 23:16:17 +0000 (16:16 -0700)
Assign a bootloader ID for Sebastian Plotz' "Minimal Linux Bootloader"
(http://sebastian-plotz.blogspot.de).  Sebastian has agreed to make
this the pilot for the use of extended boot loader IDs, so this is
assigned version ID 0x11 (avoid assigning 0x10 for now to catch bugs
with people putting E in the primary ID but leaving the extended ID as
zero.)

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Sebastian Plotz <sebastian-plotz@web.de>
Link: http://lkml.kernel.org/n/tip-nq318h0okuaem8x9dpv9854k@git.kernel.org
Documentation/x86/boot.txt

index 7c3a8801b7ce0c20b3395022d937427405f138dd..473b32fd544e29a6bc1f3e9d357a4e13f3588597 100644 (file)
@@ -363,7 +363,8 @@ Protocol:   2.00+
   ext_loader_type <- 0x05
   ext_loader_ver  <- 0x23
 
-  Assigned boot loader ids:
+  Assigned boot loader ids (hexadecimal):
+
        0  LILO                 (0x00 reserved for pre-2.00 bootloader)
        1  Loadlin
        2  bootsect-loader      (0x20, all other values reserved)
@@ -378,6 +379,8 @@ Protocol:   2.00+
        C  Arcturus Networks uCbootloader
        E  Extended             (see ext_loader_type)
        F  Special              (0xFF = undefined)
+       10  Reserved
+       11  Minimal Linux Bootloader <http://sebastian-plotz.blogspot.de>
 
   Please contact <hpa@zytor.com> if you need a bootloader ID
   value assigned.