dfquaresma / prso-xv6

Laboratórios da disciplina Projeto de Sistemas Operacionais 2019.1
0 stars 0 forks source link

Complete lab1 readme #13

Open dfquaresma opened 5 years ago

dfquaresma commented 5 years ago

In #10 we have made good progress in documenting the lab1. Still, we need to complete the syscall execution flow giving more details about each file as requested (and even initiating the explication of defs.h). how-do-i-add-a-system-call-utility-in-xv6 in stackoverflow may have some useful information.

dfquaresma commented 5 years ago

Also, it is important to write sections with further informations about how the scheduler and the interruptions handler were implemented in xv6. It was also requested in #10.

dfquaresma commented 5 years ago

Also, it is important to write sections with further informations about how the scheduler and the interruptions handler were implemented in xv6. It was also requested in #10.

I think that there is no more need