minus
minus
fixes for 'Take "operatingsystem_support" parameter from answer.json #1164 '
Make it possible to use 'operatingsystem_support' in the answer.json to preselect operatingsystems. While writing a web frontend for creation of new puppet modules with pdk, I found that operatingsystem_support only...
This is just a brain dump of the changes I needed to do to get dds compile with gcc 11. It is not a complete compiler update since I only...
[eden.tar.gz](https://github.com/vector-of-bool/dds/files/6720626/eden.tar.gz) Building this little project fails with an unhelpfull error message. Adding a simple project.json5 in the eden directory makes the build work. **`dds` Output** ``` ~/program/eden$ ../eden2/dds/_build/dds --log_level debug...
Begining of a parser for the newly exposed DSTS table in /sys/firmware/acpi. It only implements one opcode, making it possible to partially parse the DSTS table in my computer/qemu. Hopefully...