From d0d67a397d025ac4c042c60966c23f39b1481637 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Mon, 15 Apr 2024 08:17:19 +0800 Subject: [PATCH] minor changes Signed-off-by: Sean Cross --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c27f223..8cdc7ff 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@
  • Always wanted custom laptop
  • -
  • "Relatively Large" Cortex A9
  • +
  • "Large" Cortex A9
  • 32 GB disk, 4 GB RAM
  • Linux
@@ -70,7 +70,7 @@
  • Paper circuit design
  • -
  • "Relatively Small" Cortex M0+
  • +
  • "Small" Cortex M0+
  • 32 kB flash, 4 kB RAM
  • ChibiOS
@@ -113,13 +113,12 @@

Brief Specs

    -
  • Kernel is 17 ksloc
  • +
  • Kernel is 17k sloc
  • Threads
  • Processes
  • Tier 2 Rust support
  • -
  • Entire project built on stable Rust
@@ -128,6 +127,7 @@
  • Microkernel
  • Interrupts in userspace
  • Each page of memory is mapped once
  • +
  • Only stable Rust
  • No C compiler required