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