1
0
Fork 0
forked from len0rd/rockbox

Alan's ATA code, or what's left of it after I have laid my grubby little hands

on it. :-) It compiles, but it probably doesn't work...
Also, a stub for future kernel code. A sleep() and a dummy yield(), just so we
can start to use them in other code.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-21 22:06:12 +00:00
parent 78e6bb8ee2
commit 1acfd6b39d
6 changed files with 348 additions and 1 deletions

View file

@ -96,12 +96,12 @@ struct disk_info di;
extern int yyparse(void);
#ifdef TEST_FAT
void prompt(void)
{
printf("C:%s>", current_directory);
}
#ifdef TEST_FAT
int main(int argc, char *argv[])
{
struct bpb bpb;