this is (planning to be) a shell for barebones NT, no win32 or none of that junk
its WIP but Ill make a release and how to install/use it when it is finished
ntdoc - very helpful and needed documentation for undocumented NT functions
nanoprintf - small embedded printf impl that we use in RtlFormatPrint
limine-c-template - used the memcpy/memset/memcmp impl used in the template (could've easily done it myself but I didn't want it to be source of issues later on)
NativeShell - helped me find how to get keyboard input in native NT as it isn't documented anywhere