From f07a4c844da9f0ecae5bbee1ab94be56505f26f7 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 25 Feb 1997 21:28:37 +0000 Subject: Initial source --- bogus/bootstrap_symbols.h | 1 + bogus/fast_tas.h | 1 + bogus/hw_footprint.h | 1 + bogus/mach_assert.h | 5 +++++ bogus/mach_counters.h | 1 + bogus/mach_debug.h | 1 + bogus/mach_fixpri.h | 1 + bogus/mach_host.h | 1 + bogus/mach_ipc_compat.h | 1 + bogus/mach_ipc_debug.h | 1 + bogus/mach_ipc_test.h | 1 + bogus/mach_kdb.h | 5 +++++ bogus/mach_ldebug.h | 1 + bogus/mach_lock_mon.h | 1 + bogus/mach_machine_routines.h | 1 + bogus/mach_mp_debug.h | 1 + bogus/mach_pagemap.h | 1 + bogus/mach_pcsample.h | 1 + bogus/mach_ttd.h | 1 + bogus/mach_vm_debug.h | 1 + bogus/net_atm.h | 1 + bogus/norma_device.h | 1 + bogus/norma_ether.h | 1 + bogus/norma_ipc.h | 1 + bogus/norma_task.h | 1 + bogus/norma_vm.h | 1 + bogus/panic.c | 1 + bogus/power_save.h | 1 + bogus/simple_clock.h | 1 + bogus/stat_time.h | 1 + bogus/xpr_debug.h | 1 + 31 files changed, 39 insertions(+) create mode 100644 bogus/bootstrap_symbols.h create mode 100644 bogus/fast_tas.h create mode 100644 bogus/hw_footprint.h create mode 100644 bogus/mach_assert.h create mode 100644 bogus/mach_counters.h create mode 100644 bogus/mach_debug.h create mode 100644 bogus/mach_fixpri.h create mode 100644 bogus/mach_host.h create mode 100644 bogus/mach_ipc_compat.h create mode 100644 bogus/mach_ipc_debug.h create mode 100644 bogus/mach_ipc_test.h create mode 100644 bogus/mach_kdb.h create mode 100644 bogus/mach_ldebug.h create mode 100644 bogus/mach_lock_mon.h create mode 100644 bogus/mach_machine_routines.h create mode 100644 bogus/mach_mp_debug.h create mode 100644 bogus/mach_pagemap.h create mode 100644 bogus/mach_pcsample.h create mode 100644 bogus/mach_ttd.h create mode 100644 bogus/mach_vm_debug.h create mode 100644 bogus/net_atm.h create mode 100644 bogus/norma_device.h create mode 100644 bogus/norma_ether.h create mode 100644 bogus/norma_ipc.h create mode 100644 bogus/norma_task.h create mode 100644 bogus/norma_vm.h create mode 100644 bogus/panic.c create mode 100644 bogus/power_save.h create mode 100644 bogus/simple_clock.h create mode 100644 bogus/stat_time.h create mode 100644 bogus/xpr_debug.h (limited to 'bogus') diff --git a/bogus/bootstrap_symbols.h b/bogus/bootstrap_symbols.h new file mode 100644 index 0000000..77dcfc2 --- /dev/null +++ b/bogus/bootstrap_symbols.h @@ -0,0 +1 @@ +#define BOOTSTRAP_SYMBOLS 0 diff --git a/bogus/fast_tas.h b/bogus/fast_tas.h new file mode 100644 index 0000000..0fcb107 --- /dev/null +++ b/bogus/fast_tas.h @@ -0,0 +1 @@ +#define FAST_TAS 0 diff --git a/bogus/hw_footprint.h b/bogus/hw_footprint.h new file mode 100644 index 0000000..c3e8eb3 --- /dev/null +++ b/bogus/hw_footprint.h @@ -0,0 +1 @@ +#define HW_FOOTPRINT 0 diff --git a/bogus/mach_assert.h b/bogus/mach_assert.h new file mode 100644 index 0000000..5e5124a --- /dev/null +++ b/bogus/mach_assert.h @@ -0,0 +1,5 @@ +#ifdef DEBUG +#define MACH_ASSERT 1 +#else +#define MACH_ASSERT 0 +#endif diff --git a/bogus/mach_counters.h b/bogus/mach_counters.h new file mode 100644 index 0000000..d2ac85a --- /dev/null +++ b/bogus/mach_counters.h @@ -0,0 +1 @@ +#define MACH_COUNTERS 0 diff --git a/bogus/mach_debug.h b/bogus/mach_debug.h new file mode 100644 index 0000000..cc309b1 --- /dev/null +++ b/bogus/mach_debug.h @@ -0,0 +1 @@ +#define MACH_DEBUG 1 diff --git a/bogus/mach_fixpri.h b/bogus/mach_fixpri.h new file mode 100644 index 0000000..f3dc988 --- /dev/null +++ b/bogus/mach_fixpri.h @@ -0,0 +1 @@ +#define MACH_FIXPRI 1 diff --git a/bogus/mach_host.h b/bogus/mach_host.h new file mode 100644 index 0000000..0fc2b44 --- /dev/null +++ b/bogus/mach_host.h @@ -0,0 +1 @@ +#define MACH_HOST 0 diff --git a/bogus/mach_ipc_compat.h b/bogus/mach_ipc_compat.h new file mode 100644 index 0000000..f6ce886 --- /dev/null +++ b/bogus/mach_ipc_compat.h @@ -0,0 +1 @@ +#define MACH_IPC_COMPAT 1 diff --git a/bogus/mach_ipc_debug.h b/bogus/mach_ipc_debug.h new file mode 100644 index 0000000..035c596 --- /dev/null +++ b/bogus/mach_ipc_debug.h @@ -0,0 +1 @@ +#define MACH_IPC_DEBUG 1 diff --git a/bogus/mach_ipc_test.h b/bogus/mach_ipc_test.h new file mode 100644 index 0000000..e089191 --- /dev/null +++ b/bogus/mach_ipc_test.h @@ -0,0 +1 @@ +#define MACH_IPC_TEST 0 diff --git a/bogus/mach_kdb.h b/bogus/mach_kdb.h new file mode 100644 index 0000000..128c285 --- /dev/null +++ b/bogus/mach_kdb.h @@ -0,0 +1,5 @@ +#ifdef DEBUG +#define MACH_KDB 1 +#else +#define MACH_KDB 0 +#endif diff --git a/bogus/mach_ldebug.h b/bogus/mach_ldebug.h new file mode 100644 index 0000000..e82f400 --- /dev/null +++ b/bogus/mach_ldebug.h @@ -0,0 +1 @@ +#define MACH_LDEBUG 0 diff --git a/bogus/mach_lock_mon.h b/bogus/mach_lock_mon.h new file mode 100644 index 0000000..c218f14 --- /dev/null +++ b/bogus/mach_lock_mon.h @@ -0,0 +1 @@ +#define MACH_LOCK_MON 0 diff --git a/bogus/mach_machine_routines.h b/bogus/mach_machine_routines.h new file mode 100644 index 0000000..1f510f9 --- /dev/null +++ b/bogus/mach_machine_routines.h @@ -0,0 +1 @@ +#define MACH_MACHINE_ROUTINES 0 diff --git a/bogus/mach_mp_debug.h b/bogus/mach_mp_debug.h new file mode 100644 index 0000000..b396db7 --- /dev/null +++ b/bogus/mach_mp_debug.h @@ -0,0 +1 @@ +#define MACH_MP_DEBUG 0 diff --git a/bogus/mach_pagemap.h b/bogus/mach_pagemap.h new file mode 100644 index 0000000..debeed7 --- /dev/null +++ b/bogus/mach_pagemap.h @@ -0,0 +1 @@ +#define MACH_PAGEMAP 1 diff --git a/bogus/mach_pcsample.h b/bogus/mach_pcsample.h new file mode 100644 index 0000000..ba9db4d --- /dev/null +++ b/bogus/mach_pcsample.h @@ -0,0 +1 @@ +#define MACH_PCSAMPLE 1 diff --git a/bogus/mach_ttd.h b/bogus/mach_ttd.h new file mode 100644 index 0000000..b57ea75 --- /dev/null +++ b/bogus/mach_ttd.h @@ -0,0 +1 @@ +#define MACH_TTD 0 diff --git a/bogus/mach_vm_debug.h b/bogus/mach_vm_debug.h new file mode 100644 index 0000000..b746dca --- /dev/null +++ b/bogus/mach_vm_debug.h @@ -0,0 +1 @@ +#define MACH_VM_DEBUG 1 diff --git a/bogus/net_atm.h b/bogus/net_atm.h new file mode 100644 index 0000000..103a8b2 --- /dev/null +++ b/bogus/net_atm.h @@ -0,0 +1 @@ +#define NET_ATM 0 diff --git a/bogus/norma_device.h b/bogus/norma_device.h new file mode 100644 index 0000000..c0c948c --- /dev/null +++ b/bogus/norma_device.h @@ -0,0 +1 @@ +#define NORMA_DEVICE 0 diff --git a/bogus/norma_ether.h b/bogus/norma_ether.h new file mode 100644 index 0000000..2d282d4 --- /dev/null +++ b/bogus/norma_ether.h @@ -0,0 +1 @@ +#define NORMA_ETHER 0 diff --git a/bogus/norma_ipc.h b/bogus/norma_ipc.h new file mode 100644 index 0000000..54803de --- /dev/null +++ b/bogus/norma_ipc.h @@ -0,0 +1 @@ +#define NORMA_IPC 0 /* can no longer be turned on */ diff --git a/bogus/norma_task.h b/bogus/norma_task.h new file mode 100644 index 0000000..9b453ca --- /dev/null +++ b/bogus/norma_task.h @@ -0,0 +1 @@ +#define NORMA_TASK 0 diff --git a/bogus/norma_vm.h b/bogus/norma_vm.h new file mode 100644 index 0000000..2074cd6 --- /dev/null +++ b/bogus/norma_vm.h @@ -0,0 +1 @@ +#define NORMA_VM 0 diff --git a/bogus/panic.c b/bogus/panic.c new file mode 100644 index 0000000..64a17de --- /dev/null +++ b/bogus/panic.c @@ -0,0 +1 @@ +/*XXX*/ diff --git a/bogus/power_save.h b/bogus/power_save.h new file mode 100644 index 0000000..5591def --- /dev/null +++ b/bogus/power_save.h @@ -0,0 +1 @@ +#define POWER_SAVE 0 diff --git a/bogus/simple_clock.h b/bogus/simple_clock.h new file mode 100644 index 0000000..ccb3cbe --- /dev/null +++ b/bogus/simple_clock.h @@ -0,0 +1 @@ +#define SIMPLE_CLOCK 0 diff --git a/bogus/stat_time.h b/bogus/stat_time.h new file mode 100644 index 0000000..abf9b3f --- /dev/null +++ b/bogus/stat_time.h @@ -0,0 +1 @@ +#define STAT_TIME 1 diff --git a/bogus/xpr_debug.h b/bogus/xpr_debug.h new file mode 100644 index 0000000..f4d627a --- /dev/null +++ b/bogus/xpr_debug.h @@ -0,0 +1 @@ +#define XPR_DEBUG 1 -- cgit v1.2.3