Which emulator is better to develop some new feature based on it?

2003-03-07 Thread Charlie Song
Hi all,   I'm going to develop some new features based on an existing emulator, such as BOCHS, WINE, PFLEX86, and etc. I want to redirect the memory access from virtual memory to real memory space and add an API for linux application program calls.   Which emulator is better for me to achiev

Re: Is there a way to set memory size in LILO file

2003-03-06 Thread Charlie Song
I got it. Thank you very much! - Original Message - From: "nate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 10:34 AM Subject: Re: Is there a way to set memory size in LILO file > Charlie Song said: > > Hi all, > >

Is there a way to set memory size in LILO file

2003-03-06 Thread Charlie Song
Hi all,   Is there a way to set memory size in LILO file?    For example, mem=128M.   Thanks,   Charlie

Which command can be used to fix memory size in GRUB.conf

2003-03-05 Thread Charlie Song
Hi All,   Does anyone know which command can be used to fix memory size in boot loader file GRUB.conf ? I know a "append" command can be used at lilo.conf.     thanks,   Charlie

How to access Windows 2000 from linux?

2003-03-05 Thread Charlie Song
Hi All,   How can my linux computer access a windows 2000 computer?     Thanks,   Charlie

How to make a second harddisk work?

2003-03-05 Thread Charlie Song
Hi All,     I'm adding a second harddisk to my computer. Why cann't I find that harddisk at Disk Management. Could anyone tell me how to make it work?   Thanks,   Charlie  

Should the kernel be re-compiled when a new driver is added?

2003-03-05 Thread Charlie Song
Hi All,   When I develop a new driver, should the kernel be re-compiled at all?     Thanks,   Charlie

How to access real memory address under linux?

2003-03-04 Thread Charlie Song
Hi all,   I'm working memory test program based on the linux. As my understanding, linux provides the virtual memory for user program to access. Does anyone know how to make linux allow user program to access real memory space instead of the virtual memory?     Thanks,   Charlie

Re: Running DOS program at my linux program

2003-03-03 Thread Charlie Song
sage - From: "Rus Foster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 2:04 PM Subject: Re: Running DOS program at my linux program > On Mon, 3 Mar 2003, Charlie Song wrote: > > > Hi, > > > > I'm try

Running DOS program at my linux program

2003-03-03 Thread Charlie Song
Hi,   I'm trying to run a DOS program at my linux program. How can I realize it?     Thanks,   Charlie