Name | Date | Size | |
---|---|---|---|
.. | 2010-07-20 17:00:05 | 7 | |
Makefile.files | 2005-06-14 09:00:00 | 1.7 KiB | |
Makefile.rules | 2005-06-14 09:00:00 | 1.3 KiB | |
prom_2path.c | 2005-06-14 09:00:00 | 2.2 KiB | |
prom_boot.c | 2005-10-31 20:33:35 | 2.2 KiB | |
prom_devname.c | 2005-06-14 09:00:00 | 2.4 KiB | |
prom_devtype.c | 2005-10-31 20:33:35 | 1.6 KiB | |
prom_enter.c | 2005-06-14 09:00:00 | 1.3 KiB | |
prom_env.c | 2006-01-13 03:17:46 | 5.7 KiB | |
prom_exit.c | 2005-06-14 09:00:00 | 1.4 KiB | |
prom_fb.c | 2007-04-09 05:25:56 | 3.9 KiB | |
prom_getchar.c | 2005-06-14 09:00:00 | 1.2 KiB | |
prom_gettime.c | 2005-06-14 09:00:00 | 1.5 KiB | |
prom_handler.c | 2005-06-14 09:00:00 | 1.8 KiB | |
prom_inpath.c | 2005-06-14 09:00:00 | 1.4 KiB | |
prom_interp.c | 2005-06-14 09:00:00 | 2.7 KiB | |
prom_io.c | 2010-07-20 17:00:05 | 6.3 KiB | |
prom_kbd.c | 2005-06-14 09:00:00 | 1.7 KiB | |
prom_key.c | 2005-06-14 09:00:00 | 4.9 KiB | |
prom_node.c | 2005-10-31 20:33:35 | 6.8 KiB | |
prom_outpath.c | 2005-06-14 09:00:00 | 1.3 KiB | |
prom_panic.c | 2005-06-14 09:00:00 | 1.1 KiB | |
prom_path.c | 2008-03-02 02:50:17 | 4.1 KiB | |
prom_phandle.c | 2005-06-14 09:00:00 | 1.4 KiB | |
prom_printf.c | 2005-06-14 09:00:00 | 4.4 KiB | |
prom_prop.c | 2005-10-31 20:33:35 | 9.3 KiB | |
prom_putchar.c | 2005-06-14 09:00:00 | 1.2 KiB | |
prom_reboot.c | 2005-06-14 09:00:00 | 1.4 KiB | |
prom_stdin.c | 2005-10-31 20:33:35 | 1.8 KiB | |
prom_stdout.c | 2005-10-31 20:33:35 | 1.7 KiB | |
prom_string.c | 2005-06-14 09:00:00 | 2.9 KiB | |
prom_test.c | 2008-08-01 00:02:18 | 2.1 KiB | |
prom_trap.c | 2005-06-14 09:00:00 | 1 KiB | |
prom_version.c | 2005-06-14 09:00:00 | 1.8 KiB | |
prom_wrtestr.c | 2005-06-14 09:00:00 | 1.3 KiB | |
README.common | 2005-06-14 09:00:00 | 1.3 KiB |
README.common
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 1994, Sun Microsystems, Inc.
# All rights reserved.
#ident "%Z%%M% %I% %E% SMI"
This directory contains the "common" (machine and platform-independent)
implementations of the promif interfaces for machines compliant with
IEEE 1275-1994.
This implementation depends on the definition of certain fundamental
types and definitions (i.e. cell size) in external ISA and platform-
dependent header files, thus, the binaries created by compiling these
files, are ISA and platform-dependent.