Closed aybanda closed 1 month ago
Hey there, thank you for your first time contribution. It is interesting to model our software off of what linux does, but unfortunately "the kernel" is referring to the UbiquityOS Kernel. It has its own config parser.
In the future, I suggest you ask clarifying questions under the issue before diving in and shipping code.
@0x4007 Would it be helpful if I created a draft implementation based on the structure I see in the UbiquityOS Kernel repository and then iterate based on your feedback?
Sure you can open a new draft pull and whilefoo + gentlementlegen will be the best to offer feedback.
Implement Kernel Config Parser
This PR introduces a new Kernel Config Parser that mimics the behavior of the Linux kernel's configuration parser. Key features include:
Testing
Resolves https://github.com/ubiquity-os/ubiquity-os-plugin-installer/issues/7
This implementation addresses issue #7, providing a reliable way to parse and render kernel configuration files for the Ubiquity OS Plugin Installer.