ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/user_strings_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/user_strings_unix.cpp (file contents):
Revision 1.18 by gbeauche, 2008-01-01T09:47:39Z vs.
Revision 1.19 by asvitkine, 2009-08-18T18:26:11Z

# Line 38 | Line 38 | user_string_def platform_strings[] = {
38          {STR_KD2_SHMAT_ERR, "Cannot map second Kernel Data area: %s."},
39          {STR_ROM_MMAP_ERR, "Cannot map ROM: %s."},
40          {STR_RAM_MMAP_ERR, "Cannot map RAM: %s."},
41 +        {STR_RAM_ROM_MMAP_ERR, "Cannot map area for RAM and ROM: %s."},
42 +        {STR_RAM_AREA_TOO_HIGH_ERR, "Cannot map usable RAM area. Try to decrease the MacOS RAM size."},
43          {STR_DR_CACHE_MMAP_ERR, "Cannot map DR Cache: %s."},
44          {STR_DR_EMULATOR_MMAP_ERR, "Cannot map DR Emulator: %s."},
45          {STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines