* Patch by Daniel Engstrm, 13 Nov 2002:

Add support for i386 architecture and AMD SC520 board

* Patch by Pierre Aubert, 12 Nov 2002:
  Add support for DOS filesystem and booting from DOS floppy disk
This commit is contained in:
wdenk 2002-11-18 00:14:45 +00:00
parent 1d0350ed0b
commit 2262cfeef9
82 changed files with 10257 additions and 84 deletions

View file

@ -67,7 +67,7 @@ struct stat {
#endif /* __PPC__ */
#ifdef __ARM__
#if defined (__ARM__) || defined (__I386__)
struct stat {
unsigned short st_dev;