CORE: Add two new file, disk.c, disk.h
authorLiu Aleaxander <Aleaxander@gmail.com>
Wed, 3 Jun 2009 20:50:06 +0000 (04:50 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Wed, 3 Jun 2009 20:50:06 +0000 (04:50 +0800)
commit3dff5c8ba164f7c244cf72a49ac5997efe06e07a
tree804777839927e9983c8cb63ed72dfced000a70db
parentb18b33e0f256138220934e44d6bf9b01ab7c2213
CORE: Add two new file, disk.c, disk.h

extract the sector read functions to disk.c, and add SECTOR_SHIFT, SECTOR_SIZE
stuff in the disk.h as asked by hpa.
core/cache.c
core/disk.c [new file with mode: 0644]
core/ext2.c
core/include/disk.h [new file with mode: 0644]