Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137057
b: refs/heads/master
c: ee28758
h: refs/heads/master
i:
  137055: c6cb075
v: v3
  • Loading branch information
H. Peter Anvin committed Jan 15, 2009
1 parent ce26691 commit 4cd5c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95c4bff0308eb0819436b730a836846d3e784657
refs/heads/master: ee287587dafd77fd211e50637561224605c214b4
5 changes: 4 additions & 1 deletion trunk/Documentation/x86/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,10 @@ Protocol: 2.08+

The payload may be compressed. The format of both the compressed and
uncompressed data should be determined using the standard magic
numbers. Currently only gzip compressed ELF is used.
numbers. The currently supported compression formats are gzip
(magic numbers 1F 8B or 1F 9E), bzip2 (magic number 42 5A) and LZMA
(magic number 5D 00). The uncompressed payload is currently always ELF
(magic number 7F 45 4C 46).

Field name: payload_length
Type: read
Expand Down

0 comments on commit 4cd5c4c

Please sign in to comment.