Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 319 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 319 Bytes

Adding support for 64 bit virtual memory in XV6

To run xv6

Goto xv6 sub-folder

cd xv6

Type the command

make qemu-nox

To quit QEmu

Press crt-a and then the letter x.

To clear the screen

Press crt-l to clear

Go to QEmu console

Press crt-a and then the letter c.