An OS was written following the rCore tutorial with extra stability and functionality.
Its name originates from the mascot of Visual Arts/Key's project Rewrite
- Use actively maintained OpenSBI as bootloader
- Use elf to replace xmas_elf due to latter's incorrect behaviors under some circumstances
- Eliminate some use of
panic!by defining error and properly handling them
- Despite careful checks, potential bugs can still exist
- Implement a heap allocator
