rv6 icon indicating copy to clipboard operation
rv6 copied to clipboard

Showing that our design allows easy evolution of kernel

Open Medowhill opened this issue 3 years ago • 0 comments

rv6의 디자인이 커널의 evolution을 쉽게 만든다는 사실을 보여 줄 예시에 대한 고민이 필요합니다. 리팩토링이 마무리되면 실제로 구현해 볼 수도 있습니다.

  1. Proc이 live (non-zombie) children 리스트와 zombie children 리스트를 가지고 있게 하기. wait syscall 구현을 wait_lock 없이 할 수 있을 것으로 기대됨.
  2. Kernel array. Multi-kernel OS를 단순히 커널 객체를 여러 개 만듦으로써 쉽게 구현할 수 있다는 사실을 보여 주기.
  3. ...

Medowhill avatar Apr 02 '21 06:04 Medowhill