1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Mentioned the suse 7.3 missing FRAM_SIZE in ptrace.h.

This commit is contained in:
freesource 2003-02-18 18:28:06 +00:00
parent 31de530a82
commit 7b98b80801

7
README
View File

@ -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
------------------------