Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpatelcsecon authored Oct 15, 2024
1 parent 456a95a commit 00ca745
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@

## The Kernel of CharlotteOS

Charlotte Core is the kernel of CharlotteOS, a post Unix operating system. It is a monolithic kernel designed to provide a flexible and low level interface to programs running on top of it.
Charlotte Core is the kernel of CharlotteOS, a post Unix operating system.

### Status

Charlotte Core is in very early development. Run it at your own risk.
Charlotte Core is in early development. Run it at your own risk.

### Implementation Languages

Charlotte Core is written in Rust and Assembly language

### Target Platforms
### Targets

- x86-64 PCs with UEFI and ACPI
- Aarch64 devices with UEFI, DeviceTree and SMC
- RISC-V64 devices with UEFI, DeviceTree and SBI
- x86_64-unknown-none
- aarch64-unknown-none
- riscv64-unknown-none-elf

#### Building

Expand Down

0 comments on commit 00ca745

Please sign in to comment.