Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 400 Bytes

Blueberry OS

The rewrite

  • Taking bad code and turning into readable code
  • You can still find the old code on the branch old

Kept:

  • boot code
  • memory management code
  • some of kernel.c
  • libc/kernel
  • libc/io
  • some of Makefile

Improved:

  • typed is now a char * not a char **
  • keyboard input streamlined, command writing made easier
  • comments written
  • file structure simplified