kernel: various changes.
+ 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
This commit is contained in:
parent
7fb04f134b
commit
a838d99a5a
19 changed files with 173 additions and 149 deletions
|
@ -3,3 +3,7 @@ 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.
|
Loading…
Add table
Add a link
Reference in a new issue