Changes between Version 2 and Version 3 of ppc_prog_overview/ref_res


Ignore:
Timestamp:
Aug 3, 2006, 2:03:53 PM (18 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppc_prog_overview/ref_res

    v2 v3  
    77     1. Standalone OS
    88     1. Xilkernel OS
    9      1. LibXil Net – networking API (deprecated)
    10      1. LibXil File – file management support for already created file systems
    11      1. LibXil FATFile System (FATfs) – FAT file system for compact flash
    12      1. LibXil Memory File System – another file management tool for memory
    13      1. LibXil Profile – functions for analyzing/benchmarking a program running on hardware
     9     1. !LibXil Net – networking API (deprecated)
     10     1. !LibXil File – file management support for already created file systems
     11     1. !LibXil FATFile System (FATfs) – FAT file system for compact flash
     12     1. !LibXil Memory File System – another file management tool for memory
     13     1. !LibXil Profile – functions for analyzing/benchmarking a program running on hardware
    1414     1. lwIP – advanced networking functionality
    1515   1. '''$EDK\doc\est_rm.pdf''' – Embedded System Tools Reference Manaul. Documentation for a suite of system tools XPS uses. Most notably: XMD and GCC
     
    3131   1. http://www.google.com/u/BYU?q=cache:4-EZ9mGOxHMJ:www.ee.byu.edu/ugrad/srprojects/compsys/teams/supermpeg/groups/supermpeg/endpages/Gabes_proj.php+xilkernel&hl=en&ct=clnk&cd=2&ie=UTF-8 –  Google-cached version of the above site
    3232   1. http://gcc.gnu.org/onlinedocs/gcc/ –  the complete GCC manual (good for figuring out the extent of Xilinx’s support for C)
    33    1. http://www.idt.mdh.se/utbildning/exjobb/files/TR0499finalPresentation.ppt – presentation that benchmarks/compares Xilkernel, uClinux, and the Asterix Operating Systems (for MicroBlaze) – by Anders Rönnholm
     33   1. http://www.idt.mdh.se/utbildning/exjobb/files/TR0499finalPresentation.ppt – presentation that benchmarks/compares Xilkernel, uClinux, and the Asterix Operating Systems (for !MicroBlaze) – by Anders Rönnholm
    3434   1. http://www.idt.mdh.se/utbildning/exjobb/files/TR0499thesis_final.pdf – final thesis paper for the above presentation, by Anders Rönnholm
    3535   1. http://academic.udayton.edu/markpatterson/ECT358/Lecture%2028%20XilKernel.ppt – a brief introduction to Xilkernel (by Mark Patterson) – good for gaining a better understanding of what things like semaphores and mutecies actually mean with regards to xilkernel.