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
..
2005-10-10 16:10:27 +00:00
2005-11-08 12:09:00 +00:00
2005-04-21 14:53:53 +00:00
2005-07-18 09:33:27 +00:00
2006-10-25 13:40:36 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-09-19 13:15:15 +00:00
2005-04-21 14:53:53 +00:00
2006-03-24 14:08:51 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-10-25 13:40:36 +00:00
2006-03-24 14:08:51 +00:00
2005-11-03 16:58:10 +00:00
2005-06-23 11:07:31 +00:00
2005-04-21 14:53:53 +00:00
2006-03-15 14:39:20 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-07-18 09:33:27 +00:00
2005-08-11 16:18:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-07-21 13:17:56 +00:00
2005-09-13 09:57:40 +00:00
2006-10-25 13:40:36 +00:00
2005-04-21 14:53:53 +00:00
2005-06-28 13:08:52 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-12-22 15:22:27 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-03-24 14:08:51 +00:00
2005-04-21 14:53:53 +00:00
2006-04-01 00:04:29 +00:00
2005-08-26 12:14:54 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-10-25 13:40:36 +00:00
2006-12-22 13:40:37 +00:00
2005-08-16 11:31:08 +00:00
2005-04-21 14:53:53 +00:00
2006-03-24 14:07:45 +00:00
2005-04-21 14:53:53 +00:00
2005-06-17 13:42:53 +00:00
2005-08-26 12:14:54 +00:00
2005-12-12 13:55:58 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-07-18 13:44:39 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-02-03 12:59:58 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-11-14 15:51:28 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-02-15 11:18:21 +00:00
2005-08-26 12:14:54 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-12-22 13:40:37 +00:00
2005-10-21 11:18:41 +00:00
2005-04-21 14:53:53 +00:00
2005-10-10 09:03:11 +00:00
2005-06-23 11:07:31 +00:00
2006-11-27 14:21:43 +00:00
2005-04-21 14:53:53 +00:00
2006-01-27 13:57:18 +00:00
2006-10-25 13:40:36 +00:00
2005-08-26 12:14:54 +00:00
2006-10-25 13:40:36 +00:00
2005-04-21 14:53:53 +00:00
2006-02-15 11:18:21 +00:00
2005-07-01 18:00:10 +00:00
2005-04-21 14:53:53 +00:00
2006-04-11 13:42:29 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-06-27 09:41:58 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-09-09 16:02:43 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-03-13 14:41:54 +00:00
2005-04-21 14:53:53 +00:00
2006-03-07 14:12:51 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-06-17 09:34:44 +00:00
2006-10-25 13:40:36 +00:00
2005-04-21 14:53:53 +00:00
2005-06-27 09:32:29 +00:00
2005-04-21 14:53:53 +00:00
2005-10-03 12:02:43 +00:00
2005-04-21 14:53:53 +00:00
2005-06-17 13:42:53 +00:00
2006-11-17 16:12:08 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-03-17 09:27:26 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-03-27 11:08:17 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-06-20 08:46:45 +00:00
2005-04-21 14:53:53 +00:00
2006-06-27 16:30:46 +00:00
2006-08-10 14:13:28 +00:00
2006-07-13 13:19:48 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-05-20 10:06:33 +00:00
2006-12-22 15:22:27 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-07-22 18:30:23 +00:00
2005-12-23 16:36:00 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-07-13 13:19:48 +00:00
2006-06-20 08:46:45 +00:00
2005-06-06 11:40:32 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-08-26 12:14:54 +00:00
2005-04-21 14:53:53 +00:00
2005-08-26 12:14:54 +00:00
2005-08-15 14:08:18 +00:00
2006-03-26 17:44:29 +00:00
2005-04-21 14:53:53 +00:00