Go to file
Tomas Hruby 0b8e20c89e Changes to the include files in order to make cross-compilation possible.
- The primary reason is that mkfs and installboot need to run natively during
  the cross compilation (host and target versions are compiled). There is a
  collision of include files though. E.g. a.out.h is very minix-specific.
  Therefore some files we moved and replaced by stubs that include the original
  file if compiling on or for Minix :
  
  include/a.out.h -> include/minix/a.out.h
  include/sys/dir.h -> include/minix/dir.h
  include/dirent.h -> include/minix/dirent.h
  include/sys/types.h -> include/minix/types.h

- This does not break any native compilation on Minix. Other headers that were
  including the original files are changed according to include directly the
  new, minix specific location not to pick up the host system includes while
  cross-compiling.

- role of this patch is to make rebasing of the build branch simpler until the
  new build system is merged
2009-11-06 08:46:22 +00:00
boot - remove unused bootdelay feauture 2009-09-21 14:23:47 +00:00
commands ash: only execute regular files 2009-11-01 22:25:54 +00:00
docs Report make issue in UPDATING (approved by Ben) 2009-10-06 14:17:13 +00:00
drivers - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
etc Add more identifiers to drivers.conf for orinoco and rtl8137. 2009-10-14 07:20:13 +00:00
include Changes to the include files in order to make cross-compilation possible. 2009-11-06 08:46:22 +00:00
kernel vmassert reports also the source file in which it was triggered 2009-11-04 15:30:08 +00:00
lib - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
man Create man pages for bigsh and dev2name 2009-10-27 15:34:22 +00:00
servers - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
test Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
tools if from branch, include branch name in in-image tag and .iso filename. 2009-10-19 15:46:27 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile include libraries. 2008-11-19 13:15:35 +00:00