Skip to content

Releases: strawberryhacker/operating-system-cortex-a5

First release - kernel and bootloader working

10 Nov 01:11
Compare
Choose a tag to compare

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