Ocawesome101 1 Posted March 12, 2020 Share Posted March 12, 2020 https://github.com/Ocawesome101/open-kernel-2 Open Kernel 2 is the successor to the original Open Kernel. It is completely rewritten, slightly stabler, has properly integrated multitasking, and is (partially) OpenOS compatible! It also has proper multi-user support, though no per-user file permissions so its benefits are limited. Build instructions are in the README of the linked repository. Quote Link to post Share on other sites
BrisingrAerowing 12 Posted March 15, 2020 Share Posted March 15, 2020 You can have the top level makefile call the makefile in the kernel directory. Quote Link to post Share on other sites
Ocawesome101 1 Posted March 15, 2020 Author Share Posted March 15, 2020 31 minutes ago, BrisingrAerowing said: You can have the top level makefile call the makefile in the kernel directory. Oh cool, how do I do that? `cd` didn’t seem to work. Quote Link to post Share on other sites
BrisingrAerowing 12 Posted March 15, 2020 Share Posted March 15, 2020 $(MAKE) -C $subdir$ Where $subdir$ is the directory you want to build. GNU Make Recursion Docs has more info. Quote Link to post Share on other sites