X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2FSTATUS;h=c437d00dff81fbaa617afda8f0d1db266828b85a;hb=f35b6066ecdeffcc8998dd566b5246bdcf43c548;hp=d91fd337aebb4311a1b170f685c79f60bec927c9;hpb=2c8af54b2053cae5a6b5ff073cfd94606b21920a;p=bertos.git diff --git a/doc/STATUS b/doc/STATUS index d91fd337..c437d00d 100644 --- a/doc/STATUS +++ b/doc/STATUS @@ -50,7 +50,7 @@ Since the system simply waits for external events to happen we decided to implem Currently the kernel code is very stable. Kernel features : - \li \link coop.c Cooperative \endlink round-robin scheduling. + \li \link preempt.c Cooperative and preemptive \endlink round-robin scheduling. \li \link monitor.h Stack process monitor \endlink, useful to prevent stack overflows. \li \link msg.h Inter-process messaging system \endlink (with very low overhead). \li \link sem.h Binary semaphores \endlink.