00ReadMe.text 813 B

12345678910111213141516171819202122232425
  1. Grifo
  2. =====
  3. This is the start of a small kernel that can exist as a separate
  4. program. The purpose is to simplify the application development.
  5. All low-level code will be in here and the application will be a
  6. separate file. All communications between the application and Grifo
  7. will be via a system call interface (implemented using software interrupt).
  8. directories:
  9. src Grifo sources and internal headers
  10. lds application.lds linker script
  11. scripts programs and scripts to generate other files during make
  12. lib libgruifo.a for application to link to
  13. include grifo.h for the application programs to #include
  14. stubs generated syscall .s files
  15. build Grifo internal objects an libraries
  16. examples example applications and test programs
  17. ***
  18. Note: Initial developement, not working yet!