+ kernel: replace sk-hello test executable with a test initramfs + panic: start implementing a proper kernel panic screen + lib: added a new string.h library for string manipulation. + kernel: replace all the strlen implementations with the strlen() function
9 lines
No EOL
508 B
Markdown
9 lines
No EOL
508 B
Markdown
# Contribute to Soaplin!
|
|
Do you want to improve Soaplin? You can by contributing to the project!
|
|
|
|
## Contributing guidelines
|
|
* Before making a commit, please run `make format`. This will run clang-format over all the C source files in kernel/src.
|
|
* Large language model-generated code is **allowed**, with the condition that you do extensive testing over that code.
|
|
You must also know how to make the LLM-generated code by yourself.
|
|
|
|
Note: Even if LLM-generated code is allowed, please try to not use it. |