Commit graph

3 commits

Author SHA1 Message Date
Rian Quinn
892fed8702 Fix bugs with Linux and reorg some things
This patch:
- Moves some of the internals of the loader around to better
  support whta the loader needs to handle multiple archs.
- Fix and issue with Linux to use work queues instead of the
  smp logic which ensures things like a vmalloc can be done
  inside the per cpu logic.
2020-05-18 14:43:40 -06:00
Rian Quinn
1f364bb666 Adding in some CPUID stuff to see how the structure works 2020-05-11 09:05:28 -06:00
Rian Quinn
363d36c9ff Loader scaffolding
This patch adds the scaffolding for the loader that is needed
for platform/arch specific logic.
2020-05-11 06:43:11 -06:00