Skip to content

Commit a49d52e

Browse files
committed
merge: kernel v0.2.2 README surface
2 parents a186d6f + f68b3c1 commit a49d52e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://rustacean.net/assets/rustacean-flat-happy.svg" width="120" alt="Ferris, the Rust mascot" />
44

5-
# axonos-kernels
5+
# axonos-kernel
66

77
### the verifiable substrate underneath a brain–computer interface
88

@@ -31,7 +31,7 @@ seven crates · 3 603 lines · 28 formal proofs · 66 tests · zero unsafe outsi
3131

3232
A closed-loop brain–computer interface is a hard-real-time medical
3333
device measured in microseconds. Most BCI software in 2026 is not built
34-
on a foundation that can carry that claim. `axonos-kernels` is the
34+
on a foundation that can carry that claim. `axonos-kernel` is the
3535
start of one — seven Rust crates that compose into a verifiable kernel
3636
substrate for BCI signal pipelines on Cortex-M class microcontrollers,
3737
with the scheduling decision, the inter-process communication
@@ -130,8 +130,8 @@ and its specific dependencies.
130130

131131
```bash
132132
# Clone and test
133-
git clone https://github.com/AxonOS-org/AxonOS-kernel
134-
cd AxonOS-kernel
133+
git clone https://github.com/AxonOS-org/axonos-kernel
134+
cd axonos-kernel
135135
cargo test --workspace
136136
# → 66 tests passed.
137137
```
@@ -359,14 +359,14 @@ patent litigation against the project. Details in
359359
We actively encourage forks for research, education, and downstream
360360
products. The fork procedure takes three clicks; see
361361
[CONTRIBUTING.md](./CONTRIBUTING.md). If you build something with this,
362-
we would like to hear about it: `info@axonos.org`.
362+
we would like to hear about it: `connect@axonos.org`.
363363

364364
---
365365

366366
## Workspace structure
367367

368368
```
369-
AxonOS-kernel/
369+
axonos-kernel/
370370
├── README.md ← this file
371371
├── ABOUT.md ← purpose, audience, market
372372
├── CONTRIBUTING.md ← fork in 3 clicks, attribution
@@ -416,7 +416,7 @@ to perform the handshake. This is the contract:
416416
use axonos_kernel_core::{KERNEL_ABI_VERSION, KERNEL_IMPL_VERSION};
417417

418418
assert_eq!(KERNEL_ABI_VERSION, 1); // wire-format contract
419-
assert_eq!(KERNEL_IMPL_VERSION, "0.2.0"); // implementation version
419+
assert_eq!(KERNEL_IMPL_VERSION, "0.2.1"); // implementation version
420420
```
421421

422422
The wire formats fixed by `KERNEL_ABI_VERSION` are documented normatively
@@ -459,7 +459,7 @@ does NOT bump this number — only changes that break existing decoders do.
459459

460460
<div align="center">
461461

462-
**Author:** Denis Yermakou · [denis@axonos.org](mailto:denis@axonos.org)
462+
**Author:** Denis Yermakou · [connect@axonos.org](mailto:connect@axonos.org)
463463

464464
[axonos.org](https://axonos.org) · [medium.com/@AxonOS](https://medium.com/@AxonOS) · [github.com/AxonOS-org](https://github.com/AxonOS-org)
465465

0 commit comments

Comments
 (0)