Re: Patch procfs cpuinfo

2011-11-27 Thread Bouju Alain
easy to change, I can change it) Alain On 19/11/2011 23:18, Samuel Thibault wrote: Hello, Bouju Alain, le Sun 13 Nov 2011 12:44:04 +0100, a écrit : /* gcc cpuinfo.c -o cpuinfo `pkg-config --cflags glib-2.0` -lm */ #include Using glib for /proc is a bit out of question :) 16-bit and 32-bit t

Re: Patch procfs cpuinfo

2011-11-13 Thread Bouju Alain
Hello, with cpuinfo.c and cpuinfo.h Alain ... /* Hurd /proc filesystem, implementation of process directories. Copyright (C) 2010 Free Software Foundation, Inc. This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the term

Patch procfs cpuinfo

2011-11-13 Thread Bouju Alain
Hello, A patch for procfs /proc/cpuinfo Alain ... diff --git a/Makefile b/Makefile index a397522..d79b523 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ TARGET = procfs -OBJS = procfs.o netfs.o procfs_dir.o \ +OBJS = procfs.o netfs.o procfs_dir.o cpuinfo.o\ process.o proclist.o

Patch procfs cpuinfo

2011-11-13 Thread Bouju Alain
Hello, A patch for procfs /proc/cpuinfo Alain ... diff --git a/Makefile b/Makefile index a397522..d79b523 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ TARGET = procfs -OBJS = procfs.o netfs.o procfs_dir.o \ +OBJS = procfs.o netfs.o procfs_dir.o cpuinfo.o\ process.o proclist.o