diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-26 13:09:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-26 13:09:11 -0700 |
commit | 3d72b105b09e69fbe76135fcee3e1710684b2d4a (patch) | |
tree | baaca0352fbf905d01262cb67b3675a9f8a46fad /Documentation | |
parent | 79071638ce655c1f78a50d05c7dae0ad04a3e92a (diff) | |
parent | c5e5c42a68be66cb87573e5c2fcce6f1b5d82bd5 (diff) | |
download | linux-3.10-3d72b105b09e69fbe76135fcee3e1710684b2d4a.tar.gz linux-3.10-3d72b105b09e69fbe76135fcee3e1710684b2d4a.tar.bz2 linux-3.10-3d72b105b09e69fbe76135fcee3e1710684b2d4a.zip |
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86/boot changes from Ingo Molnar:
"Kernel image size reduction and assorted fixes and other small
improvements."
* 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86, doc: Assign a bootloader ID for "Minimal Linux Bootloader"
x86, boot: Exclude cmdline.c if you can't use it
x86, boot: Exclude early_serial_console.c if can't use it.
x86, boot: Removed unused debug flag and set code
x86, boot: Switch output functions from command-line flags to conditional compilation
x86, boot: Changed error putstr path to match new debug_putstr format
x86, boot: Wrap debug printing in a new debug_putstr function
x86, boot: Removed quiet flag and switched quiet output to debug flag
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/x86/boot.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt index 7c3a8801b7c..473b32fd544 100644 --- a/Documentation/x86/boot.txt +++ b/Documentation/x86/boot.txt @@ -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. |