Gabriel Parmer
Gabriel Parmer
This is really odd, and I have *no* idea why or what...
To codify this, and make it a little bit more transparent, see the `loader` [branch](https://github.com/gwsystems/composite/tree/loader). ## `mkimg` - [x] `toml` [specification](https://github.com/gwsystems/composite/blob/loader/src/mkimg/src/all_features.toml) and [parser](https://github.com/gwsystems/composite/blob/loader/src/mkimg/src/cossystem.rs) - [x] elf file [parsing and symbol...
@Others thanks for the comment! 1. Agreed with option 1 that it doesn't solve the whole problem. We would still need to figure out how to work with pthreads. However,...
@phanikishoreg I agree a meeting is in order. Perhaps Wednesday?
It feels like our options for a pthread emulation library vs. a syscall emulation library comes down to a single factor: what rust crates do we want to support, and...
Yes, making this generic is important for when we port to different platforms. See the `round_*_to_*` functions for an example of this type of generality.
Likely in `consts.h` along with the other pow-2 math.
Please make it clear what the problem is. I don't understand, and I've read this about 5 times ;-)
There is likely more nuance to this break-down between the component protocols than I'm acknowledging here. Do we want schedulers to have to be full managers, or should we have...
@phanikishoreg Thanks for the input! > You're right and I think we have this problem with components\Makefile.comp also. Agreed. I didn't say in the message above, but I think this...