minix/lib
Ben Gras 6f77685609 Split of architecture-dependent and -independent functions for i386,
mainly in the kernel and headers. This split based on work by
Ingmar Alting <iaalting@cs.vu.nl> done for his Minix PowerPC architecture
port.

 . kernel does not program the interrupt controller directly, do any
   other architecture-dependent operations, or contain assembly any more,
   but uses architecture-dependent functions in arch/$(ARCH)/.
 . architecture-dependent constants and types defined in arch/$(ARCH)/include.
 . <ibm/portio.h> moved to <minix/portio.h>, as they have become, for now,
   architecture-independent functions.
 . int86, sdevio, readbios, and iopenable are now i386-specific kernel calls
   and live in arch/i386/do_* now.
 . i386 arch now supports even less 86 code; e.g. mpx86.s and klib86.s have
   gone, and 'machine.protected' is gone (and always taken to be 1 in i386).
   If 86 support is to return, it should be a new architecture.
 . prototypes for the architecture-dependent functions defined in
   kernel/arch/$(ARCH)/*.c but used in kernel/ are in kernel/proto.h
 . /etc/make.conf included in makefiles and shell scripts that need to
   know the building architecture; it defines ARCH=<arch>, currently only
   i386.
 . some basic per-architecture build support outside of the kernel (lib)
 . in clock.c, only dequeue a process if it was ready
 . fixes for new include files

files deleted:
 . mpx/klib.s - only for choosing between mpx/klib86 and -386
 . klib86.s - only for 86

i386-specific files files moved (or arch-dependent stuff moved) to arch/i386/:
 . mpx386.s (entry point)
 . klib386.s
 . sconst.h
 . exception.c
 . protect.c
 . protect.h
 . i8269.c
2006-12-22 15:22:27 +00:00
..
ack Conditional compilation for SIGIOT and SIGEMT. 2006-02-17 14:12:47 +00:00
ansi Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
curses Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
dummy Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
editline Retry read after EINTR. 2006-06-14 13:18:53 +00:00
end Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
float Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
fphook Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
gnu Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
i86 Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
i386 Hack to mask 1586 ('extended family') as 686 2006-04-05 20:57:18 +00:00
ip Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
math Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
other Missing lseek64 library functions. 2006-12-07 20:01:43 +00:00
posix Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
regex Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
stdio Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by 2006-07-21 10:08:47 +00:00
syscall Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
syslib Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
sysutil Fix warnings (Ingmar Alting) 2006-11-10 18:19:38 +00:00
timers Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
util Don't close the master fd before returning if slave opens ok 2006-03-27 11:08:53 +00:00
zlib-1.2.3 Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
.depend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
.depend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
generate.sh Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
Makedepend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makedepend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makefile Let installing work as bin 2006-08-17 10:10:42 +00:00
Makefile.in Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
README Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries