Results 1 to 3 of 3

Thread: Implementing a new real time I/O disk scheduler

  1. #1
    Join Date
    Nov 2013
    Beans
    2

    Implementing a new real time I/O disk scheduler

    Hi,

    I would like to implement a new I/O disk scheduler for Ubuntu in addition to the existing Deadline, Noop and CFQ schedulers. My scheduler would be a real time scheduler considering the deadline of incoming I/O requests, before granting disk access. From my research, i found that the schedulers are defined in the sched.c file. But i am unable to find these files in my Ubuntu 12.04. Kindly let me know the procedure to approach my problem and the set of files to be modified to implement my new I/O scheduling algorithm.

    Thanks,
    Varun

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Implementing a new real time I/O disk scheduler

    Have you enabled the "source" repositories? They are not selected by default. Perform an update then install the source code for the linux kernel.

    https://help.ubuntu.com/community/Kernel/Compile
    Last edited by tgalati4; November 13th, 2013 at 01:58 AM.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Nov 2013
    Beans
    2

    Re: Implementing a new real time I/O disk scheduler

    Thanks a lot for your reply. How can we enable the source repositories? Do we have to set an attribute in the config files before building the kernel?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •