From 8740d14732486996b15730e37c395ff2630606ef Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 2 Sep 2008 14:44:22 -0700 Subject: [PATCH] sdi.c32: credit where credit is due This doesn't use Remi's code, but definitely used some concepts from his patch. Signed-off-by: H. Peter Anvin --- com32/modules/sdi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com32/modules/sdi.c b/com32/modules/sdi.c index 68f0efd1..e2be9d51 100644 --- a/com32/modules/sdi.c +++ b/com32/modules/sdi.c @@ -13,7 +13,8 @@ /* * sdi.c * - * Loader for the Microsoft System Deployment Image (SDI) format + * Loader for the Microsoft System Deployment Image (SDI) format. + * Based on a historical patch by Remi Lefevre. */ #include -- 2.11.4.GIT