minix/kernel/arch/i386
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
include ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
acpi.c segmentless smp fixes 2012-07-15 22:47:20 +02:00
acpi.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
apic_asm.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
apic_asm.S SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
apic.c SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
apic.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
arch_clock.c ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
arch_do_vmctl.c Rename sys_vmctl_get_cr3_i386 2012-08-12 23:30:54 +02:00
arch_reset.c Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
arch_smp.c Kernel: resolve -Wall warnings for SMP 2012-08-14 16:38:03 +00:00
arch_system.c SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
arch_watchdog.c SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
breakpoints.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
debugreg.h Fix types in debug register functions 2010-04-28 08:35:05 +00:00
debugreg.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
direct_tty_utils.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
do_iopenable.c Kernel: use okendpt() to resolve stored endpoints 2012-08-15 08:50:30 +00:00
do_readbios.c No more intel/minix segments. 2012-07-15 22:30:15 +02:00
do_sdevio.c Kernel: use okendpt() to resolve stored endpoints 2012-08-15 08:50:30 +00:00
exception.c SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
glo.h SMP - CPU local run queues 2010-09-15 14:10:18 +00:00
head.S Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
i8259.c Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
io_inb.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_inl.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_intr.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_inw.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_outb.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_outl.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_outw.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
kernel.lds kernel: facility for user-visible memory 2012-07-28 20:57:38 +00:00
klib.S phys_memset improvements 2012-09-21 14:15:44 +02:00
klib16.S boot: Add multiboot support 2011-06-24 17:21:51 +02:00
Makefile.inc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
memory.c kernel: handle pagefaults in vm_memset() 2012-09-26 02:17:59 +02:00
mpx.S SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
oxpcie.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
oxpcie.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
pg_utils.c VM: only single page chunks 2012-09-18 13:17:49 +02:00
pre_init.c vm, kernel, top: report memory usage of vm, kernel 2012-09-18 23:43:52 +02:00
procoffsets.cf SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
protect.c kernel: some boottime sanitychecks 2012-11-08 11:40:35 +01:00
sconst.h Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
serial.h Add cttybaud boot monitor variable to control speed of serial console (combine with ctty 0) 2011-03-16 12:25:10 +00:00
trampoline.S segmentless smp fixes 2012-07-15 22:47:20 +02:00
usermapped_data_arch.c SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
usermapped_glo_ipc.S SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00