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