rpb.h (7977:60051d2262c2) rpb.h (8012:2f71125bf413)
1/*
1/*
2Copyright 1990 Hewlett-Packard Development Company, L.P.
3
4Permission is hereby granted, free of charge, to any person obtaining a copy of
5this software and associated documentation files (the "Software"), to deal in
6the Software without restriction, including without limitation the rights to
7use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8of the Software, and to permit persons to whom the Software is furnished to do
9so, subject to the following conditions:
10
11The above copyright notice and this permission notice shall be included in all
12copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20SOFTWARE.
21*/
22
23/*
2 * "@(#)rpb.h 9.2 (ULTRIX/OSF) 10/30/91"
3 */
24 * "@(#)rpb.h 9.2 (ULTRIX/OSF) 10/30/91"
25 */
4/************************************************************************
5 * *
6 * Copyright (c) 1990 by *
7 * Digital Equipment Corporation, Maynard, MA *
8 * All rights reserved. *
9 * *
10 * This software is furnished under a license and may be used and *
11 * copied only in accordance with the terms of such license and *
12 * with the inclusion of the above copyright notice. This *
13 * software or any other copies thereof may not be provided or *
14 * otherwise made available to any other person. No title to and *
15 * ownership of the software is hereby transferred. *
16 * *
17 * The information in this software is subject to change without *
18 * notice and should not be construed as a commitment by Digital *
19 * Equipment Corporation. *
20 * *
21 * Digital assumes no responsibility for the use or reliability *
22 * of its software on equipment which is not supplied by Digital. *
23 * *
24 ************************************************************************/
25
26/*
27 * Defines for the architected startup addresses.
28 */
29
30#define HWRPB_ADDR 0x10000000 /* 256 MB */
31#define BOOT_ADDR 0x20000000 /* 512 MB */
32#define PGTBL_ADDR 0x40000000 /* 1 GB */
33

--- 298 unchanged lines hidden ---
26/*
27 * Defines for the architected startup addresses.
28 */
29
30#define HWRPB_ADDR 0x10000000 /* 256 MB */
31#define BOOT_ADDR 0x20000000 /* 512 MB */
32#define PGTBL_ADDR 0x40000000 /* 1 GB */
33

--- 298 unchanged lines hidden ---