Search code examples
Why ELF's vaddr is not page aligned?...

cexecelfxv6

Read More
xv6 C skipping blank lines...

ctailxv6

Read More
@echo in Makefile always causes error " *** missing separator. Stop."...

makefileechognu-makewindows-subsystem-for-linuxxv6

Read More
Do pushcli() and popcli() in the spinlock of XV6 need atomic?...

catomicspinlockxv6

Read More
Why return does not exit a process in xv6?...

cxv6

Read More
how can I access makefile variable in xv6?...

makefilexv6

Read More
How to compile and run xv6 on windows?...

windowsunixcompilationvirtual-machinexv6

Read More
I have a error in makefile while running xv6 in ubuntu...

xv6

Read More
How do I check that the sys call terminated/why it terminates?...

coperating-systemsystem-callsxv6

Read More
What does `setupkvm` do in xv6 ? What does it really mean to "set up kernel virtual memory&quot...

memory-managementoperating-systemxv6

Read More
How to loop through all page table entries of a process in xv6?...

operating-systemxv6page-tablesvirtual-address-space

Read More
xv6 installation in WSL (Ubuntu 20.04 LTS)...

operating-systemubuntu-20.04xv6

Read More
syscall assembly in ser/usys.S for the xv6 os...

cassemblyriscvxv6

Read More
Use of __attribute__((noreturn)) for the exit function declaration in 'user.h' of the xv6 so...

cxv6

Read More
Xv6 System Calls...

coperating-systemxv6

Read More
What is the use of stat.h in cat.c file of the xv6 os?...

cxv6

Read More
xv6 makefile says undefined reference to __printf_chk...

coperating-systemxv6

Read More
How to print out a pointer using printf under xv6?...

xv6

Read More
What's the easiest workaround on the OS, which doesn't have the dup2 syscall?...

cunixposixsystem-callsxv6

Read More
Close qemu from a process in xv6...

processoperating-systemqemushutdownxv6

Read More
xv-6 make is showing up to date even with changes...

linuxmakefileoperating-systemxv6

Read More
What do PGROUNDUP and PGROUNDDOWN in xv6 mean?...

coperating-systemxv6

Read More
XV6 signals clash with macOS signals...

xcodemacossignalsmacos-big-surxv6

Read More
Debug xv6 on mac with CLion...

macosgdbclionxv6

Read More
Double Acquire a Spinlock in XV6...

clinuxoperating-systemxv6

Read More
Why in xv6 there's sizeof(gdt)-1 in gdtdesc...

assemblyx86operating-systemxv6gdt

Read More
What is XV6 operating system used for?...

coperating-systemtrigonometrysoftware-designxv6

Read More
I can't understand this line of code in xv6...

coperating-systemriscvxv6

Read More
C Function Explanation...

cxv6

Read More
Writing a program to count process memory pages in xv6...

memorysystem-callsxv6

Read More
BackNext