mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-07 02:31:27 +00:00
Happy New Year!
This commit is contained in:
parent
2d5de1af9d
commit
5098c8ae83
BasiliskII/src/Unix
Darwin
FreeBSD
Irix
Linux
Solaris
SheepShaver/src/Unix/Linux
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2003 Michael Z. Sliczniak
|
* Copyright (c) 2003 Michael Z. Sliczniak
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# testlmem.sh - test whether the Mach-O hack works
|
# testlmem.sh - test whether the Mach-O hack works
|
||||||
#
|
#
|
||||||
# Basilisk II (C) 1997-2003 Christian Bauer
|
# Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
#
|
#
|
||||||
# testlmem.sh Copyright (C) 2003 Michael Z. Sliczniak
|
# testlmem.sh Copyright (C) 2003 Michael Z. Sliczniak
|
||||||
#
|
#
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* scsi_freebsd.cpp - SCSI Manager, FreeBSD SCSI Driver implementation
|
* scsi_freebsd.cpp - SCSI Manager, FreeBSD SCSI Driver implementation
|
||||||
* Copyright (C) 1999 Orlando Bassotto
|
* Copyright (C) 1999 Orlando Bassotto
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* (old SCSI version): gcc -o scsidump scsidump.cpp -lscsi
|
* (old SCSI version): gcc -o scsidump scsidump.cpp -lscsi
|
||||||
* Copyright (C) 1999 Orlando Bassotto
|
* Copyright (C) 1999 Orlando Bassotto
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* audio_irix.cpp - Audio support, SGI Irix implementation
|
* audio_irix.cpp - Audio support, SGI Irix implementation
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Irix/unaligned.c - Optimized unaligned access for Irix
|
* Irix/unaligned.c - Optimized unaligned access for Irix
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* sheep_net.c - Linux driver for SheepShaver/Basilisk II networking (access to raw Ethernet packets)
|
* sheep_net.c - Linux driver for SheepShaver/Basilisk II networking (access to raw Ethernet packets)
|
||||||
*
|
*
|
||||||
* sheep_net (C) 1999-2002 Mar"c" Hellwig and Christian Bauer
|
* sheep_net (C) 1999-2004 Mar"c" Hellwig and Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* scsi_linux.cpp - SCSI Manager, Linux specific stuff
|
* scsi_linux.cpp - SCSI Manager, Linux specific stuff
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Adapted from Frodo's Solaris sound routines by Marc Chabanas
|
* Adapted from Frodo's Solaris sound routines by Marc Chabanas
|
||||||
*
|
*
|
||||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* asm_linux.S - Assembly routines
|
* asm_linux.S - Assembly routines
|
||||||
*
|
*
|
||||||
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
|
* SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* ether_linux.cpp - SheepShaver Ethernet Device Driver (DLPI), Linux specific stuff
|
* ether_linux.cpp - SheepShaver Ethernet Device Driver (DLPI), Linux specific stuff
|
||||||
*
|
*
|
||||||
* SheepShaver (C) 1997-2002 Marc Hellwig and Christian Bauer
|
* SheepShaver (C) 1997-2004 Marc Hellwig and Christian Bauer
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* paranoia.cpp - Check undocumented features of the Linux kernel that
|
* paranoia.cpp - Check undocumented features of the Linux kernel that
|
||||||
* SheepShaver relies upon
|
* SheepShaver relies upon
|
||||||
*
|
*
|
||||||
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
|
* SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* sheepthreads.c - Minimal pthreads implementation (libpthreads doesn't
|
* sheepthreads.c - Minimal pthreads implementation (libpthreads doesn't
|
||||||
* like nonstandard stacks)
|
* like nonstandard stacks)
|
||||||
*
|
*
|
||||||
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
|
* SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user