Learning Operating System Engineering using MIT class 6.828 (2017) on macOS. Focus on Lab and Homework without challenge works.
# install gmp and gcc with homebrew
# and build xv6, i386-jos-elf-gcc and i386-jos-elf-gdb
$ bash < install.sh
- Preparation for Lab: https://github.com/itkq/jos/tree/blank
- Lab 1 finished: https://github.com/itkq/jos/tree/lab-1
- Lab 2 finished: https://github.com/itkq/jos/tree/lab-2
- Lab 3 finished: https://github.com/itkq/jos/tree/lab-3
- work report (in Japanese)