This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: load data from floppy


davidw@dedasys.com (David N. Welton) writes:

> Nick Garnett <nickg@ecoscentric.com> writes:
> 
> > In which case these jpegs could just be loaded as binary data by
> > GRUB when it loads the executable.
> 
> As part of the kernel?  The ideal result would be to create a system
> in which the jpegs are attached later rather than at compile time...

GRUB will load any number of files into memory, not just the kernel. So
you can have all the jpegs loaded independently. They do have to be
loaded at load time, but most PCs have lots of memory you can keep
them in until you need them.

> 
> I'm having a go at making a floppy driver, but it doesn't appear to be
> particularly simple:-/
> 

I seem to recall that the PC floppy hardware is really nasty to
program. IDE is a doddle by comparison.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]