comparison loader/ldt_keeper.c @ 17605:dcc1be050037

one more hint for openbsd
author alex
date Sun, 12 Feb 2006 14:14:12 +0000
parents 3758536dcef3
children 29b2221982b3
comparison
equal deleted inserted replaced
17604:df2a76e9a116 17605:dcc1be050037
242 if (ret < 0) 242 if (ret < 0)
243 { 243 {
244 perror("install_fs"); 244 perror("install_fs");
245 printf("Couldn't install fs segment, expect segfault\n"); 245 printf("Couldn't install fs segment, expect segfault\n");
246 printf("Did you reconfigure the kernel with \"options USER_LDT\"?\n"); 246 printf("Did you reconfigure the kernel with \"options USER_LDT\"?\n");
247 #ifdef __OpenBSD__
248 printf("On newer OpenBSD systems did you set machdep.userldt to 1?\n");
249 #endif
247 } 250 }
248 } 251 }
249 #endif /* __NetBSD__ || __FreeBSD__ || __OpenBSD__ || __DragonFly__ */ 252 #endif /* __NetBSD__ || __FreeBSD__ || __OpenBSD__ || __DragonFly__ */
250 253
251 #if defined(__svr4__) 254 #if defined(__svr4__)