mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-01 00:13:16 +08:00

This requires a full checkout of the FreeBSD 8.2 source code. The checkout we have been using is missing at least the libc, include, and sys directories. The script to copy files in is crude. This eventually needs to separate the manually written .h files out and add the RTEMS specific network initialization support with functionality to program the IP addresses and gateways as the old stack did.
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
|
|
The following describes the contents of this directory:
|
|
|
|
from-freebsd.sh - this script
|
|
include - From FreeBSD 8.2 include
|
|
lib - From FreeBSD 8.2 lib
|
|
local - Mix of hand and autogenerated
|
|
Makefile - Hand written Makefile
|
|
sys - From FreeBSD 8.2 sys
|
|
|
|
|