mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
fix abi in readme
This commit is contained in:
@@ -11,8 +11,8 @@ Current focus is on **expanding the ABI syscalls** and **fixing the MSC/USB-SCSI
|
|||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
- **`kernel/`** – The core OS kernel (task scheduling, drivers, memory, etc.)
|
- **`kernel/`** – The core OS kernel (task scheduling, drivers, memory, etc.)
|
||||||
- **`abi/`** – Shared application binary interface definitions for kernel ↔ userspace interaction
|
- **`abi_sys/`** – Shared application binary interface definitions for kernel ↔ userspace interaction
|
||||||
- **`abi_sys/`** – System-level ABI helpers
|
- **`abi/`** – ABI helpers and abstractions for easier development
|
||||||
- **`shared/`** – Shared utilities and common code across kernel and user applications
|
- **`shared/`** – Shared utilities and common code across kernel and user applications
|
||||||
- **`user-apps/`** – Collection of userspace programs (calculator, snake, etc.)
|
- **`user-apps/`** – Collection of userspace programs (calculator, snake, etc.)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user