Ferry

Results 29 comments of Ferry

Yes, that is for Darwin (OSX) on Apple Silicon. I was after a binary compiled for Linux on Apple Silicon. ~/vx/bin$ ls -l total 12784 -rwxr-xr-x 1 x x 2682704...

Hi @ghaerr, Thanks for the tips. I also needed to "source env.sh" first, but otherwise, this is working. Thank you for your help.

Hi @ghaerr I just tried the "emu86-rom.config" config. Running make gives me: ``` (cd ../.. ; ia16-elf-ld.gold -M -T /home/ferry/elks/elks/elks/elks-small.ld \ arch/i86/boot/crt0.o \ init/main.o '-(' fs/fs.a kernel/kernel.a lib/lib.a net/net.a fs/romfs/romfs.a...

Thank you. So, the SBC we're building is not intended to be IBM PC compatible, so no BIOS. My understanding at present is that we'll need to: - Modify the...

Thanks for the further tips! Do you know if there is any wiring information about this SPI interface? Keen to understand how it is wired.

@cocus Thanks for the information... sadly, the link to your project doesn't work (it just loads the home page), even when I'm logged in.

@cocus thank you, appreciate the link. Will take some time to go through it. :)

I'm guessing he's using a module like: https://www.aliexpress.com/item/1005004916894706.html

Hi @ghaerr Given a 1MB address space, and the desire to load ELKS (kernel+system) from ROM, what is the ideal address space layout on the 8086 family of processors? What...

Thank you for that detailed explanation, really appreciated.