Commit Graph

115 Commits

Author SHA1 Message Date
Michael Scire
7b58a368a9 kern: Implement KAutoObject, KSlabHeap, KLightLock 2020-03-02 19:50:45 -08:00
Michael Scire
c0e7bc5c9d kern: Implement most of memory init (all cores hit main, but still more to do) 2020-03-02 19:50:43 -08:00
Michael Scire
7ee4ae460e find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-03-02 19:50:40 -08:00
Michael Scire
22f72b9cbe scope guard: ensure implicit lambdas are always inline 2020-03-02 19:50:39 -08:00
Michael Scire
2b5ece8bf1 offsetof: proper detection when sizeof() != alignof 2020-03-02 19:50:39 -08:00
Michael Scire
58236db55e util::IntrusiveList: assert member referencing is correct 2020-03-02 19:50:39 -08:00
Michael Scire
9d55fcabf5 fixes for previous two commits 2020-03-02 19:50:38 -08:00
Michael Scire
f78763455a util: make offsetof/parent-of-member actually constexpr 2020-03-02 19:50:38 -08:00
Michael Scire
929c40f9d7 meso: use BitPack 2020-01-03 13:05:34 -08:00
Michael Scire
6ccef5308c loader: use BitPack for caps 2020-01-03 13:05:33 -08:00
Michael Scire
ca82b21cf8 util: add BitPack 2020-01-03 13:05:32 -08:00
Michael Scire
aa0aa36ee4 fatal: include stack/tls in reports 2020-01-03 13:05:31 -08:00
Michael Scire
fcae4af5f7 kernelldr: miscellaneous fixes 2020-01-03 13:05:25 -08:00
Michael Scire
3aa675e21c util: add fourcc, intrusive list fixes 2019-12-10 19:17:51 -08:00
Michael Scire
ef5297acb3 Improve buildsystem, split out generic code 2019-12-08 19:17:05 -08:00