[Geekos-devel] Bochs setup for project1...
Status: Pre-Alpha
Brought to you by:
daveho
From: <yen...@gm...> - 2006-08-05 14:03:35
|
darcs whatsnew { hunk ./build/.bochsrc 10 -diskc: file=diskc.img, cyl=40, heads=8, spt=64 +ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 +ata0-master: type=disk, path=diskc.img, mode=flat, cylinders=40, heads=8, spt=64, translation=none binary ./build/fd.img hunk ./src/geekos/floppy.c 226 - struct Floppy_Parameters *params = drive->params; + struct Floppy_Parameters *params; } First hunk for the boot fail in bochs 2.2.6-2: >>PANIC<< .bochsrc: directive 'diskc' not understood Second for the compiler error of the uninitialized variable drive. Best Regards. --cyt |