From 7b98b808012408112ce395487172b06f0b7f6980 Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 18 Feb 2003 18:28:06 +0000 Subject: [PATCH] Mentioned the suse 7.3 missing FRAM_SIZE in ptrace.h. --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 5a0625f..fb8368e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.27 2003/02/16 00:46:21 freesource Exp $ +$Id: README,v 1.28 2003/02/16 00:47:23 freesource Exp $ Program: gBootRoot pronounced "bOOtrOOt" License: GNU General Public License @@ -43,6 +43,11 @@ ncurses-devel, reiserfsprog translates into reiserfs-utils. Mandrake requires glibc-static-devel along with glibc-devel, but the other package names are more similar to Debian. +Suse users may need to edit /usr/include/asm/ptrace.h adding "#define +FRAME_SIZE 17" after the "#define SS 16" line or else uml won't +compile. This was observed in Suse 7.3; why this line is missing is a +complete mystery. + UML KERNEL CUSTOMIZATION ------------------------