2 |
|
* sheep_driver.c - Low memory and ROM access driver for SheepShaver and |
3 |
|
* Basilisk II on PowerPC systems |
4 |
|
* |
5 |
< |
* SheepShaver (C) 1997-2000 Mar"c Hellwig and Christian Bauer |
6 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
5 |
> |
* SheepShaver (C) 1997-2001 Mar"c Hellwig and Christian Bauer |
6 |
> |
* Basilisk II (C) 1997-2001 Christian Bauer |
7 |
|
* |
8 |
|
* This program is free software; you can redistribute it and/or modify |
9 |
|
* it under the terms of the GNU General Public License as published by |
20 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
21 |
|
*/ |
22 |
|
|
23 |
+ |
#ifdef __i386__ |
24 |
+ |
#error The sheep driver only runs on PowerPC machines. |
25 |
+ |
#endif |
26 |
+ |
|
27 |
|
#include <drivers/KernelExport.h> |
28 |
|
#include <drivers/Drivers.h> |
29 |
|
#include <stdio.h> |