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.8 by gbeauche, 2004-05-09T17:44:17Z vs.
Revision 1.9 by gbeauche, 2004-05-31T09:04:44Z

# 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_DR_CACHE_MMAP_ERR, "Cannot map DR Cache: %s."},
42 +        {STR_DR_EMULATOR_MMAP_ERR, "Cannot map DR Emulator: %s."},
43          {STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."},
44          {STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s). It seems that you need a newer kernel."},
45          {STR_SIGSEGV_INSTALL_ERR, "Cannot install SIGSEGV handler: %s."},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines