Andreas Ziermann

Results 10 comments of Andreas Ziermann

sorry I wasn't following the thread for a long time. Im still interested to keep the development ongoing.

I prefer the old Interface. My Entries in the drop down box is just a bunch of letters (1st couple of letters from words i search). I would like to...

Thanks to look into it. I assume he changed compiler to GCC16.

I just select the generic 8018x system. may be i am doing something wrong. selecting system 8018x in make menuconfig, does not allow any additional settings besides INTx and RTC.

I dont know myself how to use the files.That may help: _libelf_config.h #if defined(__amd64__) #define LIBELF_ARCH EM_X86_64 #define LIBELF_BYTEORDER ELFDATA2LSB #define LIBELF_CLASS ELFCLASS64 #elif defined(__i386__) #define LIBELF_ARCH EM_386 #define LIBELF_BYTEORDER...

after that fix i can get the image: qemu-system-x86_64 -drive format=raw,file=image/fd1440.img,if=floppy

can you just simply add the patch in ELKS repository?

Yes, this patch works. Still ELKS has some problem with apple M1 arm64. Is there a chance you could try to build elks on apple hardware?

Thanks. It gives some insight on how to link and start elks. fun fact: // Now call that INT19 int $0x19 int19h is the IO-Exception handler for V25. good, that...

Are you suggesting to use the option ROM approach arch/i86/boot/Image over linking the "system" to another address? That would mean the 64K memory segment F000 is unused or would it...