Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing that our design allows easy evolution of kernel #474

Open
Medowhill opened this issue Apr 2, 2021 · 0 comments
Open

Showing that our design allows easy evolution of kernel #474

Medowhill opened this issue Apr 2, 2021 · 0 comments
Labels
future-work Will not be resolved during refactoring; should be dealt with in future work

Comments

@Medowhill
Copy link
Collaborator

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

  1. Proc이 live (non-zombie) children 리스트와 zombie children 리스트를 가지고 있게 하기. wait syscall 구현을 wait_lock 없이 할 수 있을 것으로 기대됨.
  2. Kernel array. Multi-kernel OS를 단순히 커널 객체를 여러 개 만듦으로써 쉽게 구현할 수 있다는 사실을 보여 주기.
  3. ...
@Medowhill Medowhill added the future-work Will not be resolved during refactoring; should be dealt with in future work label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future-work Will not be resolved during refactoring; should be dealt with in future work
Projects
None yet
Development

No branches or pull requests

1 participant