Skip to content

First release - kernel and bootloader working

Latest
Compare
Choose a tag to compare
@strawberryhacker strawberryhacker released this 10 Nov 01:11
· 51 commits to master since this release

Bootloader:

  • kernel download over serial with DMA
  • kernel download from SD card
  • boot pin for choosing boot mode
  • integrated into disk image

Kernel:

  • Preemptive scheduler with syscall interface
  • Thread support
  • Process support
  • Virtual memory support
  • srbk support
  • FAT file system implementation
  • DMA support
  • ELF support