- Timestamp:
- 09/26/95 13:25:58 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5e9b32b
- Parents:
- 5e5731da
- Location:
- c/src/lib/libcpu/powerpc/ppc403
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ppc403/README
r5e5731da r879a047 1 # 2 # $Id$ 3 # 4 1 5 Various non BSP dependant support routines. 2 6 -
c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
r5e5731da r879a047 29 29 * notice must appear in all copies of this file and its derivatives. 30 30 * 31 * clock.c,v 1.2 1995/05/31 16:59:06 joel Exp31 * $Id$ 32 32 */ 33 33 -
c/src/lib/libcpu/powerpc/ppc403/console/console.c
r5e5731da r879a047 27 27 * notice must appear in all copies of this file and its derivatives. 28 28 * 29 * console.c,v 1.2 1995/05/31 16:56:07 joel Exp29 * $Id$ 30 30 */ 31 31 -
c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
r5e5731da r879a047 32 32 * notice must appear in all copies of this file and its derivatives. 33 33 * 34 * timer.c,v 1.2 1995/05/31 16:59:23 joel Exp34 * $Id$ 35 35 */ 36 36 -
c/src/lib/libcpu/powerpc/ppc403/vectors/README
r5e5731da r879a047 1 # 2 # $Id$ 3 # 4 1 5 The location of the vectors file object is critical. 2 6 -
c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.s
r5e5731da r879a047 19 19 * of this software for any purpose. 20 20 * 21 * $Id$ 21 22 */ 22 23
Note: See TracChangeset
for help on using the changeset viewer.