Skip to content

III: Kernel Module Development for First Version

Closed Apr 12, 2024 100% complete

Issues

Hardware Related

  • RuxOS + Raspberry Pi.
  • Raspberry Pi SD card driver.

Kernel Related

  • Dynamic loader.
  • Support mmap and re-arrange virtual address space.
    • X86_64
    • AArch64
  • Bugs about X86 RTC.

Language Related

  • Support musl libc on X86_64.
  • Support C++.
  • Support musl libc on Riscv64.
    • By modifying opensbi source code.
    • By modifying musl libc.

Issues

Hardware Related

  • RuxOS + Raspberry Pi.
  • Raspberry Pi SD card driver.

Kernel Related

  • Dynamic loader.
  • Support mmap and re-arrange virtual address space.
    • X86_64
    • AArch64
  • Bugs about X86 RTC.

Language Related

  • Support musl libc on X86_64.
  • Support C++.
  • Support musl libc on Riscv64.
    • By modifying opensbi source code.
    • By modifying musl libc.
  • Support python.
  • Support rust-std
    • By modifying rust-std source code.
    • By using musl libc.
  • Support Perl.

Application Related

  • Support Nginx + https.
  • Support Wamr + wasi-nn.
  • Support mysql.

Documentation and Tool Related

  • Automated building tool: ruxgo.
  • C++ documentation.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.