This commit is contained in:
gbeauche 2006-02-27 07:25:43 +00:00
parent 74c62b9095
commit c19cc7a81b
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -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