Changeset 69537ca9 in rtems for c/src/lib/libbsp/i386/pc386
- Timestamp:
- 01/12/00 16:38:56 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b2b4835
- Parents:
- 1e194112
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 10 added
- 10 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/Makefile.am
r1e194112 r69537ca9 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 if HAS_NETWORKING9 # We only build the Network library if HAS_NETWORKING was defined10 # dec21140 is supported via libchip11 NETWORK = ne2000 wd8003 3c50912 endif13 14 8 # wrapup is the one that actually builds and installs the library 15 9 # from the individual .rel files built in other directories 16 SUBDIRS = . include tools start startup clock console timer $(NETWORK) wrapup 10 SUBDIRS = . include tools start startup clock console timer ne2000 wd8003 \ 11 3c509 wrapup 17 12 18 13 include $(top_srcdir)/../../bsp.am 14 15 $(PROJECT_RELEASE)/BootImgs: 16 $(mkinstalldirs) $@ 17 18 TMPINSTALL_FILES += $(PROJECT_RELEASE)/BootImgs 19 19 20 20 EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5 -
c/src/lib/libbsp/i386/pc386/start/start16.S
r1e194112 r69537ca9 17 17 | This file is provided "AS IS" without warranty of any kind, either 18 18 | expressed or implied. 19 +--------------------------------------------------------------------------+20 | This code is partly based on (from the Linux source tree):21 | video.S - Copyright (C) 1995, 1996 Martin Mares <mj@k332.feld.cvut.cz>22 19 +--------------------------------------------------------------------------*/ 23 20 -
c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
r1e194112 r69537ca9 34 34 | 35 35 | $Id$ 36 |37 | Also based on (from the Linux source tree):38 | setup.S - Copyright (C) 1991, 1992 Linus Torvalds39 36 +--------------------------------------------------------------------------*/ 40 37
Note: See TracChangeset
for help on using the changeset viewer.