6.828 icon indicating copy to clipboard operation
6.828 copied to clipboard

MIT 6.828 JOS lab

Results 1 6.828 issues
Sort by recently updated
recently updated
newest added

The function is here: https://github.com/SimpCosm/6.828/blob/6a0a24dce33484f545f7a883b9b99fc190f25c3f/lab4/code/kern/syscall.c#L314-L357 I think you need `e->env_tf.tf_regs.reg_eax = 0;`. This makes sure that the _sys_ipc_recv_ called by destination Env returns 0 on success IPC.