Andreas Ziermann
Andreas Ziermann
The symbols in .bss segment are ALWAYS 4 byte aligned. That is probably a mistake. Only 'LONG' should be aligned to 4 bytes (in 16 or 32 bit code that...
Would it be possible to provide some help for a new CPU? The V25 needs a bit work on startup, interrupt handling and some timer thing. I would assume to...
make for 8018x system breaks in: In file included from bell-8254.c:12:0: bell-8254.c: In function ‘soundp’: bell-8254.c:24:14: error: ‘SPEAKER_PORT’ undeclared (first use in this function) outb(inb(SPEAKER_PORT) | 0x03, SPEAKER_PORT); not sure...
after make menuconfig; make clean; make the build process stops at cd lib/elftoolchain-0.7.1/libelf; do gcc -Wall -I/Users/jayne/Development/ws-git/elks/include -I/Users/jayne/Development/ws-git/elks/elks/include -I/Users/jayne/Development/ws-git/elks/elks/tools/elf2elks/lib/elftoolchain-0.7.1/libelf -I/Users/jayne/Development/ws-git/elks/elks/tools/elf2elks/lib/elftoolchain-0.7.1/common -D__KERNEL__ -c -I. -I../common "$src"; done; elf.c:34:18: error: use of...
since I would like to verify ELKS on Apple Silicon I open the issue here: clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument] Undefined symbols for architecture arm64: "_host_hooks", referenced...