toaruos/misaka
Fork: 3 Star: 82 (更新于 2024-11-19 20:39:21)
license: NCSA
Language: C .
Experimental x86_64 kernel project. Planned eventual successor to the kernel in ToaruOS. WIP
最后发布版本: v1.99.0-alpha ( 2021-05-10 07:20:28)
Misaka (ToaruOS 2.0)
Misaka is the "next-generation" (x86-64, SMP) kernel for ToaruOS.
This repository contains most of the same content as the upstream repository, including the userspace applications, libraries, and toolchain scripts. The bootloaders are not included - grub should work.
Note that Misaka is still considered a work in progress. While most of the OS is functioning, third-party ports are not ready, SMP support is still very unstable, and network support is unimplemented.
Completed Work
- The Toaru kernel has been ported to x86-64.
- Considerable changes have been made to make the kernel more portable to other architectures.
- Userspace fixes have been implemented to run on the new kernel.
- Some drivers have been ported (AC'97, serial, vmware mouse)
- SMP is functioning but highly unstable, the GUI can be run successfully and multiple graphical demos can run in parallel before eventual crashes.
Roadmap
- Kernel locking needs to be audited and SMP stability needs to be fixed. This will likely be a time-consuming process as these faults are difficult to debug.
- Some subsystems are being rewritten from scratch, such as the network stack.
- Third-party ports have not been made/tested yet; current plan is to have everything from the 1.10.x package series available again for x86-64.
- aarch64 and riscv64 ports are on the long-term roadmap.
- All of this will eventually be merged upstream.
Building
git clone https://github.com/toaruos/misaka
cd misaka
git submodule update --init kuroko
docker pull toaruos/build-tools:1.99.x
docker run -v `pwd`:/root/misaka -w /root/misaka -e LANG=C.UTF-8 -t toaruos/build-tools:1.99.x util/build-in-docker.sh
Running
qemu-system-x86_64 -kernel misaka-kernel -initrd ramdisk.tar -append "root=/dev/ram0 start=live-session migrate" -enable-kvm -m 1G
Add -smp 2
if you want to test with multiple cores. Up to 32 cores are "supported" at the moment.
最近版本更新:(数据更新于 2024-09-24 17:24:46)
2021-05-10 07:20:28 v1.99.0-alpha
主题(topics):
kernel, smp, toaruos, x86-64
toaruos/misaka同语言 C最近更新仓库
2024-11-21 10:58:30 EdgeTX/edgetx
2024-11-15 10:03:16 hanwckf/bl-mt798x
2024-11-09 07:41:43 XITRIX/Moonlight-Switch
2024-11-04 17:16:21 redis/redis
2024-10-31 09:06:25 Spooks4576/Ghost_ESP
2024-10-31 03:40:05 tursodatabase/libsql