newlib linker script summary for you own executable 2015-10-23 3K After i build my newlib by "../newlib-2.1.0/configure --target=$TARGET --prefix=$PREFIX", except the libc.a and crt0.o, i got these linker scripts. I…
YEAH, page tables is ok now 2015-10-22 3.6K After 100 times of failure, i finally loaded a exe into an independent address space (independent page tables and LDT).…