Relative Content

Tag Archive for c++moduleoperating-systemcross-compilinglinker-errors

Including Headers Causes my OS to Fail at the Boot Stage

I’m building an operating system, but I can’t include external modules. This is a must-have for any nontrivial project. I’ve tried many things, but this is the current iteration, and the simplest one. I’m using the limine C++ template, which you can examine here: https://github.com/limine-bootloader/limine-cpp-template