Gregory Haerr
Gregory Haerr
> I definitely use sash. It is clearly working in qemu. Thanks for the image. I tried it on QEMU and it works, but the likely reason is that QEMU...
I have to say, this is quite strange. Is there a way you could build a MINIX image, instead of FAT (CONFIG_IMG_MINIX=y CONFIG_IMG_FAT not defined), so that we can see...
Looking further @Vutshi, I am finding a pretty stupid problem in ELKS .config files. It seems that merely commenting out options with '#', but leaving the value =y, causes the...
Here's a fixed .config file, who knows whether this might change something on your real hardware! [config.txt.zip](https://github.com/jbruchon/elks/files/8931332/config.txt.zip)
> The only reason I didn't do it so far is some Windows related problem with writing this image. That could also be an issue. We're finding out all sorts...
> Is there a difference between Yes (although there definitely should not be!!) - that's what my last post was saying. Unfortunately, the make config/menuconfig scripts are pretty dumb. I...
> Is there a way to put sash into minix image if my system doesn't understand minix filesystem? Currently, not an easy way. I'm working on a new option to...
Hello @Vutshi, Thanks for the screenshots and continued testing with the latest changes. Looking at both screens, and seeing the results on MINIX (with a different errno). I think I...
I looked at the probe code, and can't see much wrong with it (yet). Is your floppy a 320K floppy? (CHS 40,2,8)? That isn't supported by ELKS, although we could....
> Now the problem is that system doesn't respond to pressing keys on my keyboard :) Try setting "BIOS" under "Select Console Driver", that will use polled BIOS rather than...