Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 371 Bytes

Primitive operating system implementation in C.

JOS is designed for ARM 32bit architecture and was developed in QEMU emulator for educational purposes.

JOS consists of basic ideas implemented, such as

  • Bootstrapping
  • Paging and basic memory manipulaiton
  • interrupts and exception handling
  • basic procces handling
  • File System - not finished