Why ELF's vaddr is not page aligned?...
Read More@echo in Makefile always causes error " *** missing separator. Stop."...
Read MoreDo pushcli() and popcli() in the spinlock of XV6 need atomic?...
Read MoreWhy return does not exit a process in xv6?...
Read Morehow can I access makefile variable in xv6?...
Read MoreHow to compile and run xv6 on windows?...
Read MoreI have a error in makefile while running xv6 in ubuntu...
Read MoreHow do I check that the sys call terminated/why it terminates?...
Read MoreWhat does `setupkvm` do in xv6 ? What does it really mean to "set up kernel virtual memory"...
Read MoreHow to loop through all page table entries of a process in xv6?...
Read Morexv6 installation in WSL (Ubuntu 20.04 LTS)...
Read Moresyscall assembly in ser/usys.S for the xv6 os...
Read MoreUse of __attribute__((noreturn)) for the exit function declaration in 'user.h' of the xv6 so...
Read MoreWhat is the use of stat.h in cat.c file of the xv6 os?...
Read Morexv6 makefile says undefined reference to __printf_chk...
Read MoreHow to print out a pointer using printf under xv6?...
Read MoreWhat's the easiest workaround on the OS, which doesn't have the dup2 syscall?...
Read Morexv-6 make is showing up to date even with changes...
Read MoreWhat do PGROUNDUP and PGROUNDDOWN in xv6 mean?...
Read MoreXV6 signals clash with macOS signals...
Read MoreWhy in xv6 there's sizeof(gdt)-1 in gdtdesc...
Read MoreWhat is XV6 operating system used for?...
Read MoreI can't understand this line of code in xv6...
Read MoreWriting a program to count process memory pages in xv6...
Read More