-
It would be nice if it was possible to programmatically remove routes that have been added previously. This would aid myself (and other users) that are writing microkernel webapps, as it would help si…
-
Hey, this looks really useful, particularly when using MicroKernel, you ever considered submitting a PR into core?
-
Hi, I find that XNNPACK can not support ARMv7 (with NEON) on Linux,
but only support ARMv7 (with NEON) on Android?
**part error log:**
`/tensorflow/build_arm/xnnpack/src/qs8-qc8w-igemm/gen/qs8-q…
-
**_Reported by Gajinder Vij:_**
As a Zephyr developer, I would like a unified and more complete kernel API with optimized performance, so that I don't have to choose between the nanokernel or the mic…
-
https://www.redox-os.org
"Redox is a Unix-like Operating System written in Rust, aiming to bring the innovations of Rust to a modern microkernel and full set of applications."
Wouldn't it be ni…
-
MH (http://mhsys.org) while smaller in scale than other OSes listed, is an active microkernel project.
Please consider adding it to the list.
-
assume ping and pong thread was create, and have following code.
ping_thread
``` c
__USER_TEXT
void *ping_thread(void *arg)
{
pthread_mutex_lock(&p);
printf("PING...\n");
value = 10…
-
Regarding STM32F4DISCOVERY hardware, we can setup Eclipse in order to use an ST-Link probe for debugging. By using`stlink`, which is a GDB server compatible with the ST-Link, we can debug F9 Microkern…
jserv updated
6 years ago
-
I can give this, although no earlier than February.
-
This arises when trying to add e2e matmul tests with mixed-types such as `f16 x f16 -> f32`, enabling data-tiling, and not using microkernels (as the issue is in vectorization, which is circumvented b…