[movitz-devel] Bochs trouble

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Tue Jan 20 11:24:43 UTC 2004


Hello,

Jaap Weel <weel at caltech.edu> writes:

> [..] My bochsrc file looks like this:
>
> +---
> romimage: file=$BXSHARE/BIOS-bochs-latest,address=0xf0000
> megs: 2

The los0 image simply initializes the consing pointer to the 2 MB
mark, so you want somewhat more than this configured.

> floppya: 720k="los0.img", status=inserted

This is the main culprit, most likely. Movitz' bootloader assumes the
1_44 floppy geometry. Probably this should be checked for somehow, not
just ignoring the issue and ending up with loading random junk. Then
again, the loader is confined to 512 bytes, so there's a limit to what
it can do. Anyway, problems that are the related to loading tends to
go away when using the grub loader.

-- 
Frode Vatvedt Fjeld




More information about the movitz-devel mailing list