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