ubiquity-os / ubiquity-os-plugin-installer

A GUI to install UbiquityOS plugins.
0 stars 5 forks source link

Implement Kernel Config Parser with parse and render functions, updat… #8

Closed aybanda closed 1 month ago

aybanda commented 1 month ago

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

Screenshot 2024-09-25 at 8 40 28 PM

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.

0x4007 commented 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.

aybanda commented 1 month ago

@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?

0x4007 commented 1 month ago

Sure you can open a new draft pull and whilefoo + gentlementlegen will be the best to offer feedback.