diff --git a/headers/private/kernel/arch/x86/arch_vm.h b/headers/private/kernel/arch/x86/arch_vm.h new file mode 100644 index 0000000000..b0067b47af --- /dev/null +++ b/headers/private/kernel/arch/x86/arch_vm.h @@ -0,0 +1,13 @@ +/* + * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. + * Distributed under the terms of the MIT License. + */ +#ifndef ARCH_x86_VM_H +#define ARCH_x86_VM_H + +/* This many pages will be read/written on I/O if possible */ + +#define NUM_IO_PAGES 4 + /* 16 kB */ + +#endif /* ARCH_x86_VM_H */ diff --git a/headers/private/kernel/arch/x86/vm.h b/headers/private/kernel/arch/x86/vm.h deleted file mode 100755 index a5c79539de..0000000000 --- a/headers/private/kernel/arch/x86/vm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* -** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. -** Distributed under the terms of the NewOS License. -*/ -#ifndef _NEWOS_KERNEL_ARCH_I386_VM_H -#define _NEWOS_KERNEL_ARCH_I386_VM_H - - -#endif -