Hello,
That OSStart has something to do with uC. I think you can get a solid understanding if you go into file-io.c/vat_demo.c and follow that through (Not in debug mode, just scroll through/read code etc.). file-io.c calls certain functions which are defined in vat_demo.c and to get a better idea of whats going on in those functions go into vat_demo.c and you can see how each module is being called/how data is being created etc.
This is how i did it at least.
-
John