Version: v0.2.0
074e6fe acpi: add initial implementation of ACPI tables parsing
5dfe9a2 slab allocator: added slab allocator.
cb9f34f hierarchy: move all arch specific header files to arch dir
fe7cddc style: fix style one more time
7515a8b Update clang-format workflow to mainline branch
c2d74ae README: add clang-format action workflow instructions
d3f5f39 style: yet another style unifying change
3274bd8 style: disable clang-format in string.c file
727c28c error codes: adding errno.h for error codes
22c0105 pmm: fix initial physical memory frames processing
476a0d6 Update c-cpp workflow to mainline branch
d8d3554 hierarchy: add common/, lib/ and tests/ directories (#43)
6a9e591 Update issue templates (#45)
9270a77 workflows: fix clang-format action (#42)
0b75f5a style: add .clang-format config file (#37)
98b4353 Add clang-format.yml workflow definition (#38)
a214015 Adjust Make system for non-Linux builds (#40)
50b809c Makefile: fix dependencies
902502a Allow local overrides for build tools
739a9d2 Add basic scheduler for SMP CPUs (#33)
883f2ad notices: replace (c) with ©
5db76d0 smp: Add AP bootstrapping code and smp_processor_id() (#29)
9b0b04c README: add "Credits and Attributions" section
d549f6e Run QEMU examples without sudo (#28)
fb23210 License: change license to BSD 2-Clause
310f379 Add autobuild workflow