Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263003
b: refs/heads/master
c: e22a539
h: refs/heads/master
i:
  263001: 5e675b3
  262999: 09e8480
v: v3
  • Loading branch information
Rusty Russell committed Aug 15, 2011
1 parent 74576f1 commit de80720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3c53a073247ee7522ca80393319540db9f4dc1e
refs/heads/master: e22a539824e8ddb82c87b4f415165ede82e6ab56
3 changes: 3 additions & 0 deletions trunk/Documentation/virtual/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,9 @@ int main(int argc, char *argv[])
/* We use a simple helper to copy the arguments separated by spaces. */
concat((char *)(boot + 1), argv+optind+2);

/* Set kernel alignment to 16M (CONFIG_PHYSICAL_ALIGN) */
boot->hdr.kernel_alignment = 0x1000000;

/* Boot protocol version: 2.07 supports the fields for lguest. */
boot->hdr.version = 0x207;

Expand Down

0 comments on commit de80720

Please sign in to comment.