반응형 1. Lab 01: Xv6 and Unix utilities1 MIT 6.828 - 1. Lab 01: Xv6 and Unix utilities - sleep 코드 및 해석 MIT 6.828 - 1. Lab 01: Xv6 and Unix utilities - sleep 문제 (Problems) sleep (easy) Implement the UNIX program sleep for xv6; your sleep should pause for a user-specified number of ticks. A tick is a notion of time defined by the xv6 kernel, namely the time between two interrupts from the timer chip. Your solution should be in the file user/sleep.c. Some hints: Before you start coding, read Chapter.. 2022. 11. 5. 이전 1 다음 반응형