Changeset 1715986 in rtems
- Timestamp:
- Sep 4, 2003, 6:53:01 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 57e9580f
- Parents:
- 83f2265
- Location:
- c/src/lib/libcpu/i386
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/ChangeLog
r83f2265 r1715986 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c: 4 URL for license changed. 5 1 6 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/i386/cpu.c
r83f2265 r1715986 14 14 * The license and distribution terms for this file may be 15 15 * found in found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libcpu/i386/cpu.h
r83f2265 r1715986 14 14 * The license and distribution terms for this file may be 15 15 * found in found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libcpu/i386/cpuModel.S
r83f2265 r1715986 20 20 * The license and distribution terms for this file may be 21 21 * found in the file LICENSE in this distribution or at 22 * http://www. OARcorp.com/rtems/license.html.22 * http://www.rtems.com/license/LICENSE. 23 23 * 24 24 * $Id$ -
c/src/lib/libcpu/i386/cpuModel.h
r83f2265 r1715986 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
c/src/lib/libcpu/i386/displayCpu.c
r83f2265 r1715986 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
c/src/lib/libcpu/i386/idtr.S
r83f2265 r1715986 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
c/src/lib/libcpu/i386/page.c
r83f2265 r1715986 15 15 * The license and distribution terms for this file may be 16 16 * found in found in the file LICENSE in this distribution or at 17 * http://www. OARcorp.com/rtems/license.html.17 * http://www.rtems.com/license/LICENSE. 18 18 * 19 19 * $Header$
Note: See TracChangeset
for help on using the changeset viewer.