diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 21:39:35 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 21:39:35 +0000 |
| commit | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (patch) | |
| tree | c6e220ba61db3a6ea4052e6841296d829654e664 /os/README | |
| parent | 46439007cf417cbd9ac8049bb4122c890097a0fa (diff) | |
20060303
Diffstat (limited to 'os/README')
| -rw-r--r-- | os/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/os/README b/os/README new file mode 100644 index 00000000..d3d45872 --- /dev/null +++ b/os/README @@ -0,0 +1,32 @@ +# a few sample native ports for different architectures + +cerf1110 arm Intrinsyc SA-1110 Cerf Cube +ipaq1110 arm Strongarm SA1110 native kernel for Compaq iPAQ 36xx +sa1110 arm SA1110 code common to most/all SA1110 platforms (eg, ipaq, cerf) + +cerf250 arm Intrinsyc Cerfboard250 (PXA250) +gum arm Gumstix PXA255 +pxa arm general PXA support + +js sparc original port to Javastation-1, not recently tested + +ks32 arm ARM Evaluator 7t demo + +manga arm Micrel KS8695P ARM922 core with 4-port switch and PCI support + +cerf405 power Cerfcube 405EP (based on IBM 405EP processor) + +ipengine power Bright Star Engineering (www.brightstareng.com) ipEngine-1 (MPC823) +rpcg power RPCG-Lite MPC823/850 board +fads power MPC8xx FADS development board +mpc power code common to ports to Motorola MPC8xx boards + +pc 386 basis for ports to various PC-based platforms + +# basic Inferno native kernel components +port common native operating system components +ip common Internet protocol stack, Ether and PPP media +init common Limbo initialisation program (run by native kernel on startup) + +# sample bootstraps +boot - directory of several bootstrap programs; see README there |
