X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=ProgrammingParadigms;h=e88ecaf9d605f93b8a5f58039654456a6b5b4724;hb=aa53b75cd516e60aca08b2c2c15c470d0065f729;hp=4892ac8315a3aeaac5ed321b610e4a979c84ba98;hpb=f45c8fc26e2c5b1922049a5c3af2ff93af4ca3a0;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...