From: v.nagasrinivas (cheluvi@yahoo.com)
Date: Fri Sep 06 2002 - 23:23:14 EDT
Hi,
Can uClinux be used on MMU based hardware? While am going through
the directory heirarchy i observed the directories 'mm' and 'nommu' under linux-2.4.x.
And the Makefile in the directory having the ifdef check,
---------------------------------------------------------------------------------------
ifndef CONFIG_UCLINUX
CORE_FILES =kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o
NETWORKS =net/network.o
LIBS =$(TOPDIR)/lib/lib.a
SUBDIRS =kernel drivers mm fs net ipc lib
else # CONFIG_UCLINUX
CORE_FILES =kernel/kernel.o mmnommu/mmnommu.o fs/fs.o ipc/ipc.o
NETWORKS =net/network.o
LIBS =$(TOPDIR)/lib/lib.a
SUBDIRS =kernel drivers mmnommu fs net ipc lib
endif # CONFIG_UCLINUX
---------------------------------------------------------------------------------------
If so, how it differs from the nomal linux kernel porting to a specific board
Thanks,
srinivas.
This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/
This archive was generated by hypermail 2.1.4 : Thu Sep 19 2002 - 13:21:49 EDT