From c19cc7a81bf4bf858c8518c5cfb7143cb1ce456a Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Mon, 27 Feb 2006 07:25:43 +0000 Subject: [PATCH] Updates --- BasiliskII/TODO | 5 +---- BasiliskII/src/Unix/vm_alloc.h | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/BasiliskII/TODO b/BasiliskII/TODO index f33fdcf5..a135d58d 100644 --- a/BasiliskII/TODO +++ b/BasiliskII/TODO @@ -1,9 +1,6 @@ Bugs: - System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value -- Real memory addressing: something is still wrong in the Unix part, though - it works under Linux/i386 -- VOSF does not work with Darwin/X11. Probably due to a combination of - select()/signals/sigsegv handling/vm_protect() +- Apple Personal Diagnostics doesn't work with more than 1023 MB General: - Add support for 2MB ROMs (Quadra 840AV) diff --git a/BasiliskII/src/Unix/vm_alloc.h b/BasiliskII/src/Unix/vm_alloc.h index fe75f437..0da7566f 100644 --- a/BasiliskII/src/Unix/vm_alloc.h +++ b/BasiliskII/src/Unix/vm_alloc.h @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// TODO: Win32 VM ? #ifndef VM_ALLOC_H #define VM_ALLOC_H