Home - Hhro/lets_make_kernel GitHub Wiki

개발 목표

x86 & x86_64 를 지원하는 커널 개발

개발 프로세스

Example.
+--------+-----------+-------------+-------------+-----+------------+
|        |  week1    |    week2    |    week3    | ... |   week_n   |
+--------+-----------+-------------+-------------+-----+------------+
| Topic  |  boot     | interrupts  | MM          | ... | complete!! |
| Merge  | ohk990102 | hhro        | oreo        | ... | qqor       |
+--------+-----------+-------------+-------------+-----+------------+

[1] Select the development topic of the week
[2] Implement the topic feature on each one's branch in a week
[3] Discuss&compare each one's code and pick the most reasonable one (Meet on Friday)
[4] Merge the picked branch into main branch
[5] Write the guide
[6] Repeat 1 to 5