similar to: unprotecting the first 64KB of memory to allow real-mode calls.

Displaying 20 results from an estimated 400 matches similar to: "unprotecting the first 64KB of memory to allow real-mode calls."

2006 Feb 20
1
[Old Games]:Colonization
Hello, I am trying to use wine in order to play to some olds games. I try with Sid Meier's colonization (http://appdb.winehq.org/appview.php?appId=720) http://www.abandonware-france.org/ltf-jeu.php3?id=439 I am having the following error message. PS: I only get wine from the RPM without any particulare configuration. -- -- I have a Mandrake 2006.0 community. Version de KDE : 3.4.2
2011 Feb 28
2
how to make centos safty(php+mysql)
hi,every i have a php project and use centos to go and how to make folder's privilage and make it saft like: /home/htdocs/test chown -R www:www /home/htdocs/test chmod -R 644 /home/htdocs/test etc thanks very much -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110228/ddeda51b/attachment.html>
2006 Apr 29
2
Running MoneyCounts 8.0 for DOS
OS: SuSE 10.0 Wine: v20050725-3.2 I am trying to move this ancient DOS accounting application from a dying SCO OpenServer system where it has run happily under DOS/Merge for years. The original installation have long since disappeared. I made a tar archive of the mc8 directory and all its subdirectories. moved it to the SuSE box and untarred it under my ~/.wine/drive_c/Program Files/mc8
2009 Apr 02
1
DOS application crashes..
Hi, the error I receive when running my program is this; Code: fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported I ran; Code: cd '/home/ricardo/.wine/drive_c/gh' wine gail.exe -CustomResolution:enabled -r1024x768x32 exit The program is a lottery number program (generator) Could someone debug the error for me? Thanks.
2008 Dec 18
3
DOSVM_Int10Handler
Hello, Downloaded and installed Wine to run an old DOS program (database gui for Clipper5 called dbu.exe). The layout of Wine is well thought out. Anyway, the problem is the following that I just have a blank window. I ran the code (found that in the forum, thankyou) for old 16bit programs first: sudo sysctl -w vm.mmap_min_addr=0 This is the terminal readout: paul at paul-asus-laptop:~$ wine
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all, I'm trying to backup a disk using rsync but I need to exclude some folder. I'm using rsync 3.0.4 under cygwin on a winxp machine. The script that I use is: # ---------------------------------------------------------------- # SRCDIR=/cygdrive/d LOGDIR=/cygdrive/f BCKDIR=/cygdrive/f/Backup rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date +%Y%m%d`.log
2020 Feb 15
0
improve MTU probe performance
Hi all I try to use tinc within my network, but I find almost all mtu probe take 30 times to fix, it's never really fix at all. after read code, i think the problem case by function receive_udppacket(); and line : origin -= MTU / 64 + 20; here , MTU / 64 + 20 =43, this means, every time we send a mtu probe packet, we get a reply smaller then what we send. review the commit log, the line
1996 Dec 06
1
Sendfile. beta test
I have found a package called sendfile that let you send files over network. It installs a prog called sendfile to send and a daemon called sendfiled, called on demand by inetd. I''d like to know if this package is security safe C.Leroy Source can be found at URL: ftp://ftp2.ibp.fr/pub/linux/sunsite/Incoming/sendfile-1.5.tar.gz
2003 Feb 12
1
`UNPROTECT' and `return'
Dear R experts, In all R functions written in C one must unprotect result before returning them: { ... UNPROTECT(1) /* unprotecting `ans' */ return ans; } Why does one shure that memory occupied by `ans' won't be used by R immediately after unprotecting? Ok, is the next construction also absolutely safe? { ... UNPROTECT(1) /* unprotecting
2014 Nov 24
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. - WorldCIST Conference WorldCIST'15 - 3rd World Conference on Information Systems and Technologies, to be held at Ponta Delgada, S?o Miguel, Azores, Portugal, 1 - 3 April 2015, is a global forum for researchers and practitioners to present and discuss the most recent innovations, trends, results, experiences and concerns in
2014 Nov 24
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. - WorldCIST Conference WorldCIST'15 - 3rd World Conference on Information Systems and Technologies, to be held at Ponta Delgada, S?o Miguel, Azores, Portugal, 1 - 3 April 2015, is a global forum for researchers and practitioners to present and discuss the most recent innovations, trends, results, experiences and concerns in
2014 Dec 04
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. - -------------------------------------------------------------------- WorldCIST'15 Workshops Azores, April 1-3, 2015 http://www.aisti.eu/worldcist15/index.php/workshops -------------------------------------------------------------------------------- WorldCIST'15 WorldCIST'15 - 3rd World Conference on Information
2014 Dec 04
0
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
- This mail is in HTML. Some elements may be ommited in plain text. - -------------------------------------------------------------------- WorldCIST'15 Workshops Azores, April 1-3, 2015 http://www.aisti.eu/worldcist15/index.php/workshops -------------------------------------------------------------------------------- WorldCIST'15 WorldCIST'15 - 3rd World Conference on Information
2003 Oct 31
2
How to grow an R object from C (.Call Interface)
What is the best way to grow an R return object in writing a C function using the Rdefines.h macros. In my application, the final size of the return object is not known during construction. My understanding is that each time I grow an R object I have to use PROTECT() again, probably before UNPROTECTing the smaller version. However, due to the stack character of the PROTECT mechanism, UNPROTECT
2005 Mar 01
13
Step-by-step guide for PowerPoint under wine?
Dear All, is there a step-by-step guide on how to install PowerPoint 2000 with wine (I'm running PhotoShop 3 and UltraEdit with it, perfectly !) System: SuSE Personal 9.1, wine -version is 20040213-41. I tried to start the install with 'wine /path/to/CD-ROM/setup.exe', it takes forever and finally it returns with 'file not found'. The files are all there, expect that on the
2005 Apr 25
4
Suse 9.3 boot problem
Hi there I got Suse 9.3 on a raid 1 (md0 :boot and root and md1 home) When I try to get the xen kernel booted, the process goes up to a certain point and then reboots I got two problems: 1) Since I used default suse parameters I would assume all my settings should be OK, so why does it not boot? 2) When booting and getting to the reboot point, it holds the messages only for one second. How can
2004 Sep 04
1
Oh323, Please Help Newbie ;(
Hi, I just installed OH323 Plugin and im now tryin to make simple Configuration to connect Openphone and Xlite to my Asterisk-Server. All works fine, i just wanna know if there's a better way to do it? Is there anything wrong with my Config? OH323.conf [general] listenAddress=0.0.0.0 listenPort=1720 connectPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=8000 udpEnd=8005 fastStart=no
2005 May 02
3
Loosing admin privileges after login
Hello, I am a Samba-newbie, so please excuse, if my question seems to you stupid. I've set up a PDC, based on Samba 3.0.14a (SerNet) and a OpenLDAP-Server. So I took a Windows XP client and integrated it to the domain. Afterwards I logged in as administrator and copied the existing profile of an user to the server. The user was able to login and his profile was loaded from the server. But I
2004 Aug 23
4
Asterisk WITH Swyx... Any Idea?
Hi, I'm a student and my thesis work consist in testing Asterisk with Swyx(SwyxWare). My approach is to declare asterisk as h323 gateway for the Swyxserver using oh323 Plugin. Is there any possibility to connect Asterisk with Swyx? how? the outgoing call must pass from Swyxit->to Swyxserver-> Asterisk->to PTSN Thanks
2004 Aug 25
1
2x HFC ISDN Cards - SuSE 9.1 - Problems with making calls
Hello everyone, I bought 2 HFC-ISDN Cards and want to run the first card in NT-Mode an the second one in TE-Mode. Everything looks ok under SuSE 9.1, but I can't dial out. I removed one card, for testing purposes and want to run this one card in TE-Mode. I only want to make a call with my Grandstream BT-101 over Asterisk via ISDN. When I try to make a call I get: ---------------------