markem1
markem1
We added a "halt" command to xv6 for the x86. I was wondering if anyone has done so for the riscv version. Here are our changes for x86. sysproc.c: #ifdef...
On this page, https://docs.rust-embedded.org/discovery/07-registers/rtrm.html is this statement: We are interested in the register that's at an offset of 0x18 from the base address of the GPIOE peripheral. According to the...
I am getting this error when I make xv6. I am unsure where the issue is at. I'm compiling on an x86-64 Ubuntu system: Linux version 4.4.0-64-generic (buildd@lgw01-56) (gcc version...