Mapfile.fb_swtch (19397407) Mapfile.fb_swtch (cd3e9333)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
23# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
25#
26
24#
25
26$mapfile_version 2
27
27
28fb_swtch = LOAD ?NRWX V0x5000 P0x5000 A0x2000;
29fb_swtch : ?A;
28LOAD_SEGMENT fb_swtch {
29 NOHDR;
30 FLAGS = READ WRITE EXECUTE;
31 VADDR = 0x5000;
32 PADDR = 0x5000;
33 ALIGN = 0x2000;
34 ASSIGN_SECTION {
35 FLAGS = ALLOC;
36 };
37};