2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * The contents of this file constitute Original Code as defined in and
7 * are subject to the Apple Public Source License Version 1.1 (the
8 * "License"). You may not use this file except in compliance with the
9 * License. Please obtain a copy of the License at
10 * http://www.apple.com/publicsource and read it before using this file.
12 * This Original Code and all software distributed under the License are
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17 * License for the specific language governing rights and limitations
20 * @APPLE_LICENSE_HEADER_END@
24 * Mach Operating System
25 * Copyright (c) 1991,1990,1989 Carnegie Mellon University
26 * All Rights Reserved.
28 * Permission to use, copy, modify and distribute this software and its
29 * documentation is hereby granted, provided that both the copyright
30 * notice and this permission notice appear in all copies of the
31 * software, derivative works or modified versions, and any portions
32 * thereof, and that both notices appear in supporting documentation.
34 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
35 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
36 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
38 * Carnegie Mellon requests users of this software to return to
40 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
41 * School of Computer Science
42 * Carnegie Mellon University
43 * Pittsburgh PA 15213-3890
45 * any improvements or extensions that they make and grant Carnegie Mellon
46 * the rights to redistribute these changes.
52 * Some inline code to speed up major block copies to and from the
55 * Copyright Ing. C. Olivetti & C. S.p.A. 1988, 1989.
56 * All rights reserved.
58 * orc!eugene 28 Oct 1988
62 * Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc.,
63 * Cupertino, California.
67 * Permission to use, copy, modify, and distribute this software and
68 * its documentation for any purpose and without fee is hereby
69 * granted, provided that the above copyright notice appears in all
70 * copies and that both the copyright notice and this permission notice
71 * appear in supporting documentation, and that the name of Olivetti
72 * not be used in advertising or publicity pertaining to distribution
73 * of the software without specific, written prior permission.
75 * OLIVETTI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
76 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
77 * IN NO EVENT SHALL OLIVETTI BE LIABLE FOR ANY SPECIAL, INDIRECT, OR
78 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
79 * LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT,
80 * NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUR OF OR IN CONNECTION
81 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
89 * Function: kd_slmwd()
91 * This function "slams" a word (char/attr) into the screen memory using
92 * a block fill operation on the 386.
96 #define start 0x08(%ebp)
97 #define count 0x0c(%ebp)
98 #define value 0x10(%ebp)
127 #define from 0x08(%ebp)
128 #define to 0x0c(%ebp)
129 #define count 0x10(%ebp)