Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72251
b: refs/heads/master
c: 625efab
h: refs/heads/master
i:
  72249: e1a90fd
  72247: 71b6c3b
v: v3
  • Loading branch information
Jes Sorensen authored and Rusty Russell committed Oct 23, 2007
1 parent aaf8963 commit f399699
Show file tree
Hide file tree
Showing 10 changed files with 614 additions and 523 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: 56adbe9ddc935600c64635d6a55c260a63c67e4a
refs/heads/master: 625efab1cd3d4da4634dfe26df6b4005385397e2
1 change: 1 addition & 0 deletions trunk/arch/x86/lguest/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
#include <asm/e820.h>
#include <asm/mce.h>
#include <asm/io.h>
#include <asm/i387.h>

/*G:010 Welcome to the Guest!
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ obj-$(CONFIG_LGUEST) += lg.o
lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
segments.o io.o lguest_user.o

lg-$(CONFIG_X86_32) += x86/switcher_32.o
lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o

Preparation Preparation!: PREFIX=P
Guest: PREFIX=G
Expand Down
Loading

0 comments on commit f399699

Please sign in to comment.