14.01.2014 Views

Project 6 - File System

Project 6 - File System

Project 6 - File System

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Project</strong> 6<br />

Implementation Details<br />

The interrupt handler<br />

Install it with:<br />

void install_disk_handler(<br />

interrupt_handler_t disk_handler);<br />

Argument you will receive:<br />

typedef struct {<br />

disk_t* disk;<br />

disk_request_t request;<br />

disk_reply_t reply;<br />

} disk_interrupt_arg_t;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!