Really good explanation! I see this array of pointers to system calls initialisation peculiar. static int (*syscalls[])(void) = { [SYS_fork] sys_fork, [SYS_exit] sys_exit, [SYS_wait] sys_wait, [SYS_pipe] sys_pipe, } Is this syntax newly introduced? Normally we give a set of values with in flower braces. But here along with index in [] we are giving that indexe's corresponding value ( function pointer here).
Sir, your videos are great....please upload more of them
New videos will be uploaded in coming semester starting from August.
Plz uploaded all xv6 videos
It will be done soon. In process currently
Thank you,waiting for the more videos sir.
Will upload soon in the coming semester.
Really good explanation! I see this array of pointers to system calls initialisation peculiar.
static int (*syscalls[])(void) = {
[SYS_fork] sys_fork,
[SYS_exit] sys_exit,
[SYS_wait] sys_wait,
[SYS_pipe] sys_pipe,
}
Is this syntax newly introduced? Normally we give a set of values with in flower braces. But here along with index in [] we are giving that indexe's corresponding value ( function pointer here).
Thanks sir
sir make seperate playlist on xv6
It will be done once all videos are ready.
@@bibhasghoshal3367 thanks sir
Sir can u provide whole code ?
please upload priority file and process syncronization
It will be done very soon.