x86: identity map guest address to host address. this fixes issue #300

This commit is contained in:
Nguyen Anh Quynh
2015-12-24 09:51:17 +08:00
parent 8a29acd0de
commit ed319bda0b
3 changed files with 11 additions and 2 deletions

View File

@ -19,6 +19,8 @@ test: ${ALL_TESTS}
./test_sanity
./test_x86
./test_mem_map
./test_mem_map_ptr
./test_mem_high
test_sanity: test_sanity.c
test_x86: test_x86.c