Search code examples
ERROR: Couldn't find a working QEMU executable...

pathqemuxv6

Read More
Order of execution of system call in xv6...

unixoperating-systemsystem-callsxv6

Read More
xv6 uartinit: set baud rate...

uartxv6baud-rate

Read More
qemu-system-riscv64 is not found in package qemu-system-misc...

qemuxv6

Read More
Error compiling xv6 in Ubuntu(Makefile:124: recipe for target 'kernel' failed)...

linuxubuntuxv6

Read More
MLFQ anf RR in XV6...

coperating-systemschedulingxv6rr

Read More
call a function from header file in C...

coperating-systemriscvxv6

Read More
What does madvise() do in virtual memory?...

coperating-systemriscvxv6

Read More
Is it possible to manually change page table's PTE value? (xv6, risc-v,c)...

coperating-systemriscvxv6

Read More
undefined reference to `sys_getprocs' when getting number of processes in Xv6...

operating-systemsystem-callsxv6

Read More
How to modify process preemption policies (like RR time-slices) in XV6?...

operating-systemxv6preemption

Read More
Threading using jmp_buf array in C (test in xv6)...

cmultithreadingoperating-systemriscvxv6

Read More
Why is exec() not working in child fork Xv6?...

clinuxshellxv6

Read More
Not able to implement ps command to xv6...

clinuxunixxv6

Read More
xv6: How mycpu() returns a distinct object/data for each CPU?...

xv6

Read More
In xv6, how can i make child process run first after fork()?...

forkxv6

Read More
value not ignored "(argaddr(0, &fva)"...

cargumentsvoidxv6

Read More
xv6 - I'm trying to implement shared memory, but getting a segfault-type usertrap error...

coperating-systemkernelshared-memoryxv6

Read More
Why does MAXVA in xv6 source code differ from the value in the xv6 textbook?...

xv6virtual-address-space

Read More
make qemu on xv6-riscv gets stucked at qemu-system-riscv64 ... command...

xv6

Read More
Implementing sigprocmask(signals) in xv6...

signalsxv6sigprocmask

Read More
How to correctly implement kmalloc using C?...

cqemuxv6kmalloc

Read More
What does 0 in printf( 0, "%d", num) do?...

cargumentsprintfxv6

Read More
Dividing task to N threads in accessing a queue in C...

cmultithreadingpthreadsxv6

Read More
Why there is no GDT in xv6-riscv?...

operating-systemriscvxv6

Read More
Permission denied in "make qemu" in wtakuo/xv6-env docker image...

linuxdockeroperating-systemxv6

Read More
Pass struct to xv6 system call...

cunixsystem-callsxv6

Read More
Why is 38 written as 9 + 9 + 9 +12 - 1 in xv6 RISC-V source code...

operating-systemcompiler-optimizationriscvxv6virtual-address-space

Read More
Why do I have different dynamic allocation sizes and output results in xv6?...

csystem-callsdynamic-memory-allocationxv6

Read More
OS Round Robin thread scheduling...

multithreadingoperating-systemround-robinxv6

Read More
BackNext