You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhangbaoqi c4924ffcf4 Add the LOONGSON 2K support. 7 years ago
..
arpa import pmon-all 18 years ago
linux can compile for fcr_soc. 15 years ago
Makefile import pmon-all 18 years ago
README import pmon-all 18 years ago
autoconf.h import pmon-all 18 years ago
crc32.h add tftpd 16 years ago
ctype.h import pmon-all 18 years ago
debugger.h import pmon-all 18 years ago
diskfs.h Unify file system interface,examples: 8 years ago
err.h import pmon-all 18 years ago
errno.h import pmon-all 18 years ago
exec.h import pmon-all 18 years ago
fcntl.h import pmon-all 18 years ago
file.h r1337@Knoppix: root | 2008-04-11 19:08:08 +0800 17 years ago
fis.h simplify the driver,Modify the device name to "atp". 16 years ago
gzipfs.h import pmon-all 18 years ago
ide.h simplify the driver,Modify the device name to "atp". 16 years ago
initrd.h import initrd from lemote. 18 years ago
kb3310.h add the first version of Godson3a evaluation board of MCP68 15 years ago
math.h libm ok now 17 years ago
md5.h add bootmenu and password support. 16 years ago
mtdfile.h Add the LOONGSON 2K support. 7 years ago
netdb.h import pmon-all 18 years ago
part.h simplify the driver,Modify the device name to "atp". 16 years ago
pflash.h Add spi boot support for ls3c 12 years ago
pmon.h modify codes to get correct memory_size before read. 10 years ago
pmonenv.h import pmon-all 18 years ago
powerpc.h import pmon-all 18 years ago
prid.h import pmon-all 18 years ago
progress.h import pmon-all 18 years ago
queue.h import pmon-all 18 years ago
ramfile.h import pmon-all 18 years ago
resolv.h import pmon-all 18 years ago
ri.h import pmon-all 18 years ago
setjmp.h jmpbuf must be alined 8. 15 years ago
signal.h import pmon-all 18 years ago
stdarg.h import pmon-all 18 years ago
stddef.h import pmon-all 18 years ago
stdio.h import pmon-all 18 years ago
stdlib.h import pmon-all 18 years ago
string.h import pmon-all 18 years ago
termio.h enable all cs5536 serials and superio 83627 serials in pmon. 16 years ago
time.h Modify the inisialize process , random get a MAC address and write the whole eeprom when the eeprom is empty. 16 years ago
unistd.h import pmon-all 18 years ago
url.h make httpload url support port,checksum can autoload when checksum error. 16 years ago

README

	This directory emulates the /usr/include function when
compiling what could be called 'out of kernel' code.
IMPORTANT! Symbolic links to sys/foo include files
must be retained. We don't muck around with more than
one version of each include file!

#include <machine/foo.h> is specially treated. Instead
of linking 'machine' as include/machine a a path is
added as an -I flag that points at the corresponding
arch/${MACHINE}/include directory. This directory then
has a symbolic link machine that points to itself '.'.


(pefo)