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

Commit

Permalink
docs notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma63 committed Aug 13, 2024
1 parent e1cbeca commit 65b3a12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,16 @@ The following projects are currently in progress:
- **Support more hardware** with new device drivers for AHCI, USB, virtio devices, etc.
- **Continue to improve the C library** which remains quite incomplete compared to Newlib and is a major source of issues with bringing back old ports.
- **More architectures**
- **PowerPC**
- **PowerPC (32 + 64)**
- **s390**
- **sparc**
- **mips**
- **riscv**
- **arm32**
- **LoongArch64**
- **Use MinixFS3 instead of ext2**
- [x] **Read mode**
- [ ] **Write mode**

## Future Goals / Longbox
- **Improve SMP performance** with better scheduling and smarter userspace synchronization functions.
Expand Down
1 change: 1 addition & 0 deletions docs/CreatingDistribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ You can use SiriusOS userland, but it will make your distribution an SiriusOS fo
You can port GNU userland through elf toolchain, or your own.
Also you can use busybox.
And the most insane one for distributions which probably going to create own kernel in future, own userland, yes you can just implement all commands UI etc.
UPD: one thing that you need to copy from SiriusOS userland is [terminal-font.h](https://raw.githubusercontent.com/Gamma-Microsystems/userland/main/terminal/terminal-font.h) (this note is for peoples who making own patches for the kernel separatly from SiriusOS sandbox).

# Picking up the bootloader
You can use [SiriusOS bootloader](../boot), grub, limine, easyboot, etc.
Expand Down

0 comments on commit 65b3a12

Please sign in to comment.