No Description

Tobias Platen 1625767f56 more userland fixes 3 years ago
chips f885fde0a7 ddb: qualify pointers whose dereferenced values are constant with const 10 years ago
ddb 34e83eab44 ddb: Add 64bit support to memory examination 4 years ago
device a7545fa145 begin osfmk/ppc merge 3 years ago
doc 6054cda4de Add hardware interrupt notification mechanism 3 years ago
i386 3c0b306d01 i386at: Really disable com and lpr above NCOM and NLPR 3 years ago
include a7545fa145 begin osfmk/ppc merge 3 years ago
ipc 1625767f56 more userland fixes 3 years ago
kern 1625767f56 more userland fixes 3 years ago
linux b885c5ea26 x86: Add XSAVE support 3 years ago
power9 1625767f56 more userland fixes 3 years ago
ppc 1625767f56 more userland fixes 3 years ago
tests 3f5fd3de61 * .gitignore: Tighten some rules, and distribute others to... 12 years ago
util cea1f71ee2 util: qualify pointers whose dereferenced values are constant with const 10 years ago
vm a7545fa145 begin osfmk/ppc merge 3 years ago
x86_64 4a8995ba22 x86: Pave the way for xsave/xrstor support 3 years ago
xen b4ee23b744 Fix warning 4 years ago
.gitignore a7a3a9342b Add generated mach documentation files to gitignore 8 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
COPYING3 e952f70189 Add GPLv3 license text 5 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.am 79b501fc3a Fix 64bit link 4 years ago
Makefile.in.dep.patch 7be4dc91e9 Fix bootstrap hack for automake 1.16 5 years ago
Makefrag.am 8c412290d2 smp: Add generic smp pseudoclass 3 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-first.ac 15955354d2 Share ncom, lpr, PAE definitions between i386 and x86_64 4 years ago
configfrag.ac a76bc93914 smp: Add --enable-ncpus option and fix build 3 years ago
configure.ac a7545fa145 begin osfmk/ppc merge 3 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
version.c.in 80fee10735 2005-07-12 Guillem Jover <guillem@hadrons.org> 15 years ago
version.m4 ef826e917c Drop spurious change 4 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.