Monthly Archives: November 2015
Is it a bochs bug? bochs forgets to translate linear addr to physical addr?
Is it a bochs bug? bochs forgets to translate linear addr to physical addr? 2015/11/30
describe how to exact bytes from memory
my colleague suggested me to use this method to describe how to exact bytes from memory: using pairs of 2-numbers. The formula is that: So if the formula is “1,2”, then x1 is 1, y1 is 2 . That mean it will exact 1 byte then jump to 2 offset and keep do it repeatedly. […] 2015/11/27
GKD debugger shortcut
GKD debugger shortcut 2015/11/22
Fixed one important bug in grub
I am doing kernel development in mac, my kernel is loaded up by grub because it relay on multiboot spec. I was unable to install grub in a loopback device on mac, so my mac is running a small linux vm in virtual box, i write a simple php to let me upload my kernel, […] 2015/11/14
Defining Scalable OS Requirements for Exascale and Beyond
Defining Scalable OS Requirements for Exascale and Beyond Robert W. Wisniewski, Chief Software Architect for Extreme Scale Computing, Intel http://www.hpcwire.com/2015/10/05/defining-scalable-os-requirements-for-exascale-and-beyond/ Over the past couple of decades two primary trends have driven system software for supercomputers to become significantly more complex. First, hardware has become more complex. Massive inter-node parallelism (100,000+ nodes), increasingly large intra-node parallelism […] 2015/11/12
just bought stm32 nucleo
just bought stm32 nucleo, learning Cortex-M. But my final target is Cortex-A, i am more interesting in general-OS than rtos. 2015/11/11
libelf example can print out bytes in sections
2015/11/01