Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 376 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 376 Bytes

AOS

It is an operating system kernel made from strach by myself.

Just for fun.

TODO

  • support QEMU
  • support GRUB as bootloader
  • user mode
  • file system
  • disk driver
  • fork
  • shell
  • basic built-in commands
  • load user programs
  • pipeline
  • copy-on-write
  • network driver
  • support RISC-V