X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=ProgrammingParadigms;h=e88ecaf9d605f93b8a5f58039654456a6b5b4724;hb=aa53b75cd516e60aca08b2c2c15c470d0065f729;hp=4892ac8315a3aeaac5ed321b610e4a979c84ba98;hpb=b05e9be9214f8b00a826f5a05a11b0f3a60cf69e;p=wiki.git diff --git a/ProgrammingParadigms b/ProgrammingParadigms index 4892ac8..e88ecaf 100644 --- a/ProgrammingParadigms +++ b/ProgrammingParadigms @@ -55,7 +55,7 @@ I frequently use the following paradigms and techniques: * **Kernel development** -- I'm particularily interested in OS design. I wrote lots of system-level code and utilities, including a - minimalistic microkernel which is now being called [[BeRTOS]]. + microkernel called [[https://github.com/develersrl/bertos | BeRTOS]]. And, of course...