Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
boot/ | H | - | - | 82,295 | 65,530 | |
cerf1110/ | H | - | - | 3,283 | 2,558 | |
cerf250/ | H | - | - | 2,964 | 2,334 | |
cerf405/ | H | - | - | 10,369 | 8,206 | |
fads/ | H | - | - | 1,766 | 1,361 | |
gum/ | H | - | - | 227 | 190 | |
init/ | H | - | - | 7,516 | 6,611 | |
ip/ | H | - | - | 23,283 | 18,801 | |
ipaq1110/ | H | - | - | 6,269 | 5,309 | |
ipengine/ | H | - | - | 2,051 | 1,597 | |
js/ | H | - | - | 6,187 | 4,961 | |
ks32/ | H | - | - | 3,589 | 2,840 | |
manga/ | H | - | - | 10,707 | 8,633 | |
mpc/ | H | - | - | 12,897 | 10,514 | |
omap/ | H | - | - | 5 | 3 | |
pc/ | H | - | - | 74,652 | 60,469 | |
port/ | H | - | - | 46,306 | 38,970 | |
pxa/ | H | - | - | 5,800 | 4,594 | |
rpcg/ | H | - | - | 1,741 | 1,329 | |
sa1110/ | H | - | - | 7,898 | 6,338 | |
NOTICE | H A D | 12-Mar-2021 | 1.7 KiB | 32 | 26 | |
README | H A D | 23-Dec-2006 | 1.2 KiB | 33 | 22 |
README
1# a few sample native ports for different architectures 2 3cerf1110 arm Intrinsyc SA-1110 Cerf Cube 4ipaq1110 arm Strongarm SA1110 native kernel for Compaq iPAQ 36xx 5sa1110 arm SA1110 code common to most/all SA1110 platforms (eg, ipaq, cerf) 6 7cerf250 arm Intrinsyc Cerfboard250 (PXA250) 8gum arm Gumstix PXA255 not yet ready for distribution 9pxa arm general PXA support 10 11js sparc original port to Javastation-1, included as sparc example but will not build 12 13ks32 arm ARM Evaluator 7t demo 14 15manga arm Micrel KS8695P ARM922 core with 4-port switch and PCI support 16 17cerf405 power Cerfcube 405EP (based on IBM 405EP processor) 18 19ipengine power Bright Star Engineering (www.brightstareng.com) ipEngine-1 (MPC823) 20rpcg power RPCG-Lite MPC823/850 board 21fads power MPC8xx FADS development board 22mpc power code common to ports to Motorola MPC8xx boards 23 24pc 386 basis for ports to various PC-based platforms 25 26# basic Inferno native kernel components 27port common native operating system components 28ip common Internet protocol stack, Ether and PPP media 29init common Limbo initialisation program (run by native kernel on startup) 30 31# sample bootstraps 32boot - directory of several bootstrap programs; see README there 33