aboutsummaryrefslogtreecommitdiff
path: root/ATTRIBUTIONS
Commit message (Collapse)AuthorAge
* mm: add basic paging infra from x86_64 crateTianhao Wang2024-06-11
| | | | | | | | | | the x86_64 crate is pretty solid and has a permissive license (Apache/MIT), but I want to make this myself in the future to "experience" the unsafe rust further....Also it has too many abstractions, which is justified as a library, but not ideal for a from sctrach toy OS as it hides the lower end. Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
* update attributionsTianhao Wang2024-06-11
|
* refine ATTRIBUTIONS and LICENSE textTianhao Wang2024-06-11
|
* license: use EUPLTianhao Wang2024-06-11
|
* add ATTRIBUTIONSTianhao Wang2024-06-11