Adding System Calls in xv6 : Operating System Lectures 2021 | Dr. Bibhas Ghoshal IIITA

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 14

  • @saurabhgupta1595
    @saurabhgupta1595 3 ปีที่แล้ว +3

    Thanks sir

  • @malleshk2091
    @malleshk2091 2 ปีที่แล้ว

    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).

  • @nitinchoudhary3549
    @nitinchoudhary3549 ปีที่แล้ว

    Sir can u provide whole code ?

  • @harshmishra6809
    @harshmishra6809 2 ปีที่แล้ว

    please upload priority file and process syncronization

  • @sciencejournal8831
    @sciencejournal8831 3 ปีที่แล้ว +3

    Plz uploaded all xv6 videos

    • @bibhasghoshal3367
      @bibhasghoshal3367  2 ปีที่แล้ว +1

      It will be done soon. In process currently

  • @thatiraviprasad
    @thatiraviprasad 2 ปีที่แล้ว

    Thank you,waiting for the more videos sir.

  • @_SaranshDhage
    @_SaranshDhage 2 ปีที่แล้ว

    Sir, your videos are great....please upload more of them

    • @bibhasghoshal3367
      @bibhasghoshal3367  2 ปีที่แล้ว +1

      New videos will be uploaded in coming semester starting from August.

  • @surajprasad6012
    @surajprasad6012 2 ปีที่แล้ว

    sir make seperate playlist on xv6