No Description

Tobias Platen d849f0e1a6 unix signal handling 3 years ago
chips f885fde0a7 ddb: qualify pointers whose dereferenced values are constant with const 10 years ago
ddb ba569a7ebe ddb: More gracefully handle address errors 6 years ago
device 51301147f3 device: Remove unused file. 6 years ago
doc 0b96b98294 ddb: Add magic variable $mapXX. 6 years ago
glue d849f0e1a6 unix signal handling 3 years ago
include aa64abb8d5 begin mach_msg_trap implementation 5 years ago
ipc d849f0e1a6 unix signal handling 3 years ago
kern d849f0e1a6 unix signal handling 3 years ago
tests 3f5fd3de61 * .gitignore: Tighten some rules, and distribute others to... 12 years ago
userland 0b9fbd8886 more work on ipc 3 years ago
util cea1f71ee2 util: qualify pointers whose dereferenced values are constant with const 10 years ago
vm b0379a701a implement mach_port_allocate 5 years ago
xen 6923672268 Update device drivers for highmem support 7 years ago
.gitignore 406007f0fa fix mach trap interface 3 years ago
=announce-1.0 caf359e521 Wed Apr 16 12:52:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> 27 years ago
=announce-1.1 7b70f5576a *** empty log message *** 27 years ago
=announce-1.1.1 6402504b0d *** empty log message *** 27 years ago
=announce-1.2 ca26c4b94f *** empty log message *** 25 years ago
=announce-1.3 4fd7c820be 1.3 release ready 22 years ago
AUTHORS 46917f9466 2006-10-15 Thomas Schwinge <tschwinge@gnu.org> 15 years ago
COPYING 6bf669a9e3 2007-01-22 Thomas Schwinge <tschwinge@gnu.org> 15 years ago
ChangeLog e87eb2a975 Switch to the new ChangeLog style. 14 years ago
DEVELOPMENT 7f320586e5 2007-04-25 Thomas Schwinge <tschwinge@gnu.org> 15 years ago
Makefile a7f53f3a7b translate kern/ipc_sched.c 3 years ago
Makefile.am c327c0d2b9 Steal '__divdi3'. 6 years ago
Makefrag.am 25f22702f1 Implement basic sleeping locks for gnumach 7 years ago
Makerules.am 8d16b1aacd Make sure the field offsets are updated 8 years ago
Makerules.mig.am a42c4ee084 Rework *.msgids handling when neither client nor server stubs are required 8 years ago
NEWS ec8e51c735 GNU Mach 1.8 7 years ago
README 7d82ec0a1a Merge remote-tracking branch 'savannah/master' into master 10 years ago
config.status.dep.patch 9ff49d9648 Update dependency patch for Automake 1.10.2, 1.11, and thereabouts. 14 years ago
configfrag.ac 675fd4eecd Add kernel profiling through sampling 8 years ago
configure.ac f65ac79a27 Revert "Make sure mig is available" 9 years ago
gensym.awk 59652c09a8 2002-04-19 Roland McGrath <roland@frob.com> 22 years ago
gitlog-to-changelog a379640997 Generate ChangeLog files for distributions. 10 years ago
linux.diff 406007f0fa fix mach trap interface 3 years ago
version.c.in 80fee10735 2005-07-12 Guillem Jover <guillem@hadrons.org> 15 years ago
version.m4 ec8e51c735 GNU Mach 1.8 7 years ago

README

This is GNU Mach, the GNU distribution of the Mach microkernel,
. Welcome.

GNU Mach is the microkernel upon which a GNU Hurd system is based. It
provides an Inter Process Communication (IPC) mechanism that the Hurd
uses to define interfaces for implementing in a distributed multi-server
fashion the services a traditional operating system kernel provides.

GNU Mach runs on 32-bit x86 machines. A version running on 64-bit x86
(x86_64) machines is in progress. Volunteers interested in ports to
other architectures are sought; please contact us (see below) if you'd
like to help.

libmach, bootloaders, default pagers, and the like are not part of
this distribution. For libraries, we refer you to the GNU C Library,
which has Mach support. For bootloaders, we refer you to GRUB. (This
kernel can be loaded by any bootloader that uses the multiboot
standard.) For default pagers, we refer you to your particular system
that you will run on top of Mach.

The Mach Interface Generator (MIG) is no longer part of this distribution, and
instead is packaged separately: GNU MIG.

Generic installation instructions may be found in the file INSTALL.

By default, most drivers for network boards are included, as well as
drivers for IDE, SCSI and AHCI disks.

If you want the in-kernel debugger compiled in, specify --enable-kdb
to configure. This is only useful if you actually anticipate
debugging the kernel, of course. We don't turn it on by default
because it adds considerably to the unpageable memory footprint of the
kernel.

GNU Mach can be cross-built. No specific options need to be given when
building on a 32-bit x86 ELF userland such as GNU/Linux. Manually switch the
compiler to 32-bit mode when using a 64-bit x86 (x86_64) ELF toolchain:

$ [...]/configure --host=i686-gnu CC='gcc -m32' LD='ld -melf_i386'


Please read the FAQ at .
Bug reports should be sent to or filed on
. Requests for assistance
should be sent to or filed on
. You can also find us on
the Freenode IRC network in the #hurd channel.