Re: [cc65] C64 web server

Date view Thread view Subject view

From: Adam Dunkels (adam_at_sics.se)
Date: 2001-10-17 19:27:33


Hi!

On Wednesday 17 October 2001 16:36, you wrote:
> > I wouldn't adopt a new file system for such a web server for a number of
> > reasons. First, it is much harder to write/modify a disk with a custom
> > filesystem; it wouldn't be possible to use existing tools such as the
> > 1541 ROM routines to do this. Second, the 1541 filesystem isn't that hard
> > to
>
> I'm not sure if you rellay can use the ROM routines for the file-system...
>
> It is quite some years since I looked inside the ROM routines, but as I
> remember, it is just a very big loop which handles the serial bus and the
> commands (the job loop is another thing). While you definitely can put in a
> command which should be executed and then jump inside the big loop, you
> will never get control back. That's the reason why I would call the ROMs a
> firmware and not an OS.
>
> Anyone have an opinion on this?

Ok, then it would be hard to use the ROM routines in the web server. Still, 
the 1541 filesystem is simple and writing custom read-only routines for it 
isn't much work.

Also, I was a bit unclear in my originial post; when I talked about 
writing/modifying the filesystem using the 1541 ROM routines, I ment writing 
the disk using a normal C64. (In which case it is the ROM routines that 
actually are used ;-)

/adam
-- 
Adam Dunkels <adam_at_sics.se>
http://www.sics.se/~adam
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:43 CET