14.01.2014 Views

Project 6 - File System

Project 6 - File System

Project 6 - File System

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

Implementation Details<br />

Creating/attaching a block device<br />

// Create a new disk<br />

int disk_create(disk_t* disk,<br />

char* name,<br />

int size,<br />

int flags);<br />

// Access an existing disk<br />

int disk_startup(disk_t* disk,<br />

char* name);<br />

Flags: DISK_READWRITE or DISK_READONLY<br />

Both prepare the disk for use.

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

Saved successfully!

Ooh no, something went wrong!