Search code examples
Why does this program allocate 8 pages but can only fit in 2048 nodes whose size is 8 bytes?...


coperating-systemsystemxv6

Read More
what does deallocation function in xv6's allocation function...


deallocxv6

Read More
How does xv6 write to the terminal?...


stdoutxv6

Read More
`-Wa,-divide` option in Clang or LLVM...


assemblyclangllvmxv6

Read More
where is fork's child process return value?...


linuxforkubuntu-14.04xv6

Read More
Fork() in XV6, does the process child execute in kernel or user mode?...


operating-systemkernelforkxv6kernel-mode

Read More
Incompatible pointer type adding system call xv6 -- using consistent return type, defined in sysfunc...


pointerscompiler-errorssystem-callsincompatibletypeerrorxv6

Read More
What is ELF Header in xv6?...


linkeroperating-systemexecutableelfxv6

Read More
Can two process share same physical page?...


operating-systempagingxv6

Read More
Implementing a syscall in xv6...


ckernelxv6

Read More
What does 0xa55a mean in cga_init() in xv6 source code?...


coperating-systemxv6

Read More
How to understand the following code in xv6 bootstrap code?...


cassemblyoperating-systemxv6

Read More
Add a generic file in xv6 makefile...


filemakefileadditionxv6

Read More
xv6: bootmain.c readseg() "round down to sector boundary"...


cxv6

Read More
How to know which code caused a trap in xv6 when debugging?...


operating-systemxv6

Read More
What's the mechanism behind P2V, V2P macro in Xv6...


coperating-systemxv6

Read More
How to pass arguments to system call at xv6?...


coperating-systemxv6

Read More
How does deallocuvm work in Xv6?...


coperating-systemxv6

Read More
How does wakeup(void *chan) works in xv6?...


operating-systemosdevxv6

Read More
Array of strings gets entirely rewrote when I try to append - C (xv6)...


clinuxshellxv6

Read More
What is `x/24x $esp` mean?...


assemblymemoryoperating-systemstackxv6

Read More
What does the declaration“extern struct cpu *cpu asm("%gs:0");” mean?...


gccx86inline-assemblyxv6

Read More
How to pass a value into a system call function in XV6?...


cfunctionsystemcallxv6

Read More
How to get the page directory of a pointer in xv6...


linuxxv6

Read More
How big (how much memory) can a process get (allocate) in xv6?...


coperating-systemxv6

Read More
How to use GDB to debug QEMU with SMP (symmetric multiple processors)?...


cdebugginggdbqemuxv6

Read More
Executing a Stopped Process in XV6...


cprocessoperating-systemkernelxv6

Read More
Register pointer in creating threads in xv6...


cmultithreadingx86cpu-registersxv6

Read More
How to implement clone for kernel level threads in xv6...


cxv6

Read More
Restoring Stackframe in x86...


cx86xv6

Read More
BackNext