English | 简体中文
ph1nix OS.
Learning from Onix.
-
Basic Function of System Kernel:
- Real mode
- Protect mode
- IO
- String
- VGA
- Process management
- Memory management
- File system
- Page system
- buit-in shell
-
Posix
-
Toolchain support (Clang)
-
Rust Kernel
-
Network Stack (TCP/IP)
-
NASM to GNU AS
-
i386 kernel to x86_64
-
Port to ARMV8 (aarch64)
- qemu-system-aarch64
- support for Raspberry Pi 4B (Cortex-a72)(ARMV8)
-
BIOS (Legacy) to UEFI + support grub2
-
Hardware Driver Subsystem
- Display driver (nvidia kernel space)
- alsa
-
Port to RISC-V
-
Compiler (Monkey King)(mkk)
- c/c++
-
GUI (C++)
-
Developing Other APIs
-
Massive porting jobs of software (sperate repo? maybe)
- bash/zsh
- vim
- gnu toolchain
- llvm
- Rust
- Free DEs (kde/xfce/gnome)
- Homebrew packages:
- llvm (for clang, ld.lld, llvm-objcopy, llvm-objdump)
- x86_64-elf-binutils (for GNU AS)
- qemu
- bochs
- (Debian) apt packages:
- gcc-x86_64-linux-gnu
- binutils-x86_64-linux-gnu
- i386-elf-gdb
- qemu-system-x86_64
- bochs
- (Arch/Asahi) aur packages: (or build from source (target x86_64))
- i686-elf-gcc-aarch64
- i686-elf-binutils-aarch64
- (bin86-aarch64) (optional)
- qemu-full-aarch64-git
- bochs-gdb-stub
- (Arch)
- pacman packages:
- base-devel
- qemu-full
- bochs
llvm
clang
lld
(optional)
- aur packages:
- bochs-gdb-stub
- pacman packages: