Tagged Questions
1
vote
2answers
779 views
Failure with booting of qemu_x86_defconfig in buildroot-2011.11?
I have built the qemu_x86_defconfig with buildroot-2011.11, the
qemu-system-i386 version is 1.0.50 and I use the external cross toolchain of Sourcery CodeBench
x86/x86_64 2010.09, but I encountered ...
0
votes
2answers
153 views
Extend the witdh of base address in 386 segment selector to excess the 4GB RAM limit in 32-bit OS?
As the memory requirement grows fast, today more and more system requires 64-bit machines to access even larger RAM.
FWIK in 386 protected mode, a memory pointer consists of two part: the base ...