diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-10-17 01:25:48 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-10-17 01:25:48 +0000 |
commit | c4c07523bf866b969581a126b43be1f4ef632123 (patch) | |
tree | 51947c60bfe947004dadaa98578b440fa39296f0 /sysdep | |
parent | 9466634b21f2e936b4d6f5ddca0df095e33add89 (diff) | |
download | lpsm-c4c07523bf866b969581a126b43be1f4ef632123.tar.gz lpsm-c4c07523bf866b969581a126b43be1f4ef632123.tar.xz lpsm-c4c07523bf866b969581a126b43be1f4ef632123.zip |
Move i386 system dependencies into a separate file.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/i386.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysdep/i386.h b/sysdep/i386.h new file mode 100644 index 0000000..91accc9 --- /dev/null +++ b/sysdep/i386.h @@ -0,0 +1,23 @@ +#ident "$Id$" +/* ----------------------------------------------------------------------- * + * + * Copyright 2000-2001 H. Peter Anvin - All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139, + * USA; either version 2 of the License, or (at your option) any later + * version; incorporated herein by reference. + * + * ----------------------------------------------------------------------- */ + +/* + * sysdep/i386.h + * + * System-specific constants for i386, included from system.h + */ + +/* These constants are appropriate for Linux/i386 */ + +/* This is where we map the database file - must be constant */ +#define ARENA_ADDRESS ((void *)0x58000000UL) |