Displaying 1 result from an estimated 1 matches for "630c5f5".
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
.../memdisk.inc | 47 ++++++++++++++++++++++++++++++++++++++++---
memdisk/setup.c | 41 +++++++++++++++++++++++++++++++++++++-
3 files changed, 137 insertions(+), 5 deletions(-)
create mode 100644 memdisk/acpi.h
diff --git a/memdisk/acpi.h b/memdisk/acpi.h
new file mode 100644
index 0000000..630c5f5
--- /dev/null
+++ b/memdisk/acpi.h
@@ -0,0 +1,54 @@
+/*
+ * Copyright (C) 2006 Michael Brown <mbrown at fensystems.co.uk>.
+ * This file derived almost in its entirety from gPXE.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Gen...