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

Comparing BasiliskII/src/Unix/user_strings_unix.cpp (file contents):
Revision 1.7 by cebix, 2000-04-10T18:53:09Z vs.
Revision 1.8 by cebix, 2000-07-13T13:47:12Z

# Line 37 | Line 37 | user_string_def platform_strings[] = {
37          {STR_NO_FBDEVICE_FILE_ERR, "Cannot open frame buffer device specification file %s (%s)."},
38          {STR_FBDEV_NAME_ERR, "The %s frame buffer is not supported in %d bit mode."},
39          {STR_FBDEV_MMAP_ERR, "Cannot mmap() the frame buffer memory (%s)."},
40 +        {STR_NO_DEV_ZERO_ERR, "Cannot open /dev/zero (%s)."},
41 +        {STR_LOW_MEM_MMAP_ERR, "Cannot map Low Memory Globals (%s)."},
42 +        {STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s)."},
43 +        {STR_SIG_INSTALL_ERR, "Cannot install %s handler (%s)."},
44 +        {STR_TIMER_CREATE_ERR, "Cannot create timer (%s)."},
45 +        {STR_TIMER_SETTIME_ERR, "Cannot start timer (%s)."},
46 +        {STR_TICK_THREAD_ERR, "Cannot create 60Hz thread (%s)."},
47  
48          {STR_NO_SHEEP_NET_DRIVER_WARN, "Cannot open %s (%s). Ethernet will not be available."},
49          {STR_SHEEP_NET_ATTACH_WARN, "Cannot attach to Ethernet card (%s). Ethernet will not be available."},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines