installing xv6 in ubuntu

2017. 10. 19. 15:080x03 Reversing Theory

728x90

ubuntu xv6 설치법


sudo apt-get install libc6-dev:i386

sudo apt-get install qemu


git clone https://github.com/mit-pdos/xv6-public.git xv6


cd xv6


cd ..


chmod 700 -R xv6


cd xv6


gedit Makefile (Makefile을 열기)


쭉 내려보면 


make 명령으로 설치 


make qemu 


make qemu-nox








'0x03 Reversing Theory' 카테고리의 다른 글

GCC Asembler  (0) 2017.12.06
따라만들어보는 VCP - 상상만 하던걸 드디어..!  (3) 2017.12.05
기초 공부 Code Virtualization  (0) 2017.12.05
ELF 기초 공부중  (0) 2017.12.05
[First Document] D0 you Know Anti-Debugging  (0) 2017.08.24