From da60d133256a7c4ce7aa4d40fd5494a9c4d8500b Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sun, 9 Oct 2005 18:35:37 +0000 Subject: [PATCH] Updated changes --- bochs/CHANGES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bochs/CHANGES b/bochs/CHANGES index 1b50275c3..f29a6d6e8 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -5,7 +5,7 @@ Detailed change log : - CPU - fixed XMM registers restore in FXRSTOR instruction (Andrej Palkovsky) - print registers dump to the log if tripple fault occured - - fixed switch from vm8086 to protected mode + - fixed PANIC in LTR instruction (Stanislav) - CPU (x86-64) (Stanislav) - implemented call_far/ret_far/jmp_far instructions in long mode @@ -58,7 +58,6 @@ Detailed change log : - SF patches applied [1309763] Watchpoints don't work in device memory by Nickolai Zeldovich [1294930] change line status on floppy by Ben Lunt - [1287863] vm86 -> pmode bugfix by Mathis [1282033] SSE FXRESTORE not working correctly by Ondrej Palkovsky [816979] wget generalizations by Lyndon Nerenberg [1214886] No more pageWriteStamp / unified icache by H. Johansson