[rtl] Re: your mail

2002-05-27 Thread Der Herr Hofrat
> Dear Mr. > > i want to boot my pc without hard or floppy disk , > if you have information about how i can do that, plz > help me. > my idea is to change the boot option for BIOS and > switch it to a special address that contain my code > instead of booting from floppy or hard disk. > For boo

[rtl] Re: your mail

2000-11-14 Thread Denis Karpov
On Tue, Nov 14, 2000 at 12:35:55AM -0500, Dingrong Yi wrote: # Hello everyone, # # I have some questions concerning the communications between user space # program and the rtlinux program by fifo. # # Consider such a scenerio, one rtlinux's program and one normal linux # program. The rtlinux pr

[rtl] Re: your mail

2000-09-01 Thread Tomasz Motylewski
On Tue, 15 Aug 2000, joseph canou wrote: > i store 732 values in a table (unsigned char donnee[732]) > when i have this 732 values i make a rtf_put() to be able to > read this data in my main program > in my cleanup() i make a vfree(donnee) You need vfree only if you have allocated donnee using

[rtl] Re: your mail

2000-04-24 Thread yodaiken
Generally, your video will screw up. You could solve the problem by running a headless or dual headed Linux. On Mon, Apr 24, 2000 at 11:04:44AM -0500, daniel sheltraw wrote: > Hello rtl listees > > Can one do realtime graphics (obvious restrictions of screen refresh rate > aside) by simply writ

Re: [rtl] Re: your mail

2000-04-22 Thread Zhixu Liu
Hi, thanks for your reply. I have use ioremap realize the share memory in rt kernel. Anyway, I think it's better to use ioremap in kernel mode, since we can visit the physics directly. (see /usr/src/linux/Documentation/IO-mapping.txt) Zhixu Liu -- [rtl] --- To unsubscribe: echo "unsubscribe r

Re: [rtl] Re: your mail

2000-04-22 Thread Tomasz Motylewski
On Sat, 22 Apr 2000, Michael Barabanov wrote: > mmap and other posix file functions are supported in rtl_posixio.o, > so mmap is available for RT-threads. mmap on /dev/mem does > ioremap internally. This is more of a proof of concept > right now, but it does work. See examples/mmap. A, sorry, I

Re: [rtl] Re: your mail

2000-04-22 Thread Michael Barabanov
Hi Tomek, mmap and other posix file functions are supported in rtl_posixio.o, so mmap is available for RT-threads. mmap on /dev/mem does ioremap internally. This is more of a proof of concept right now, but it does work. See examples/mmap. Michael. Tomasz Motylewski ([EMAIL PROTECTED]) wrote: >

[rtl] Re: your mail

2000-04-21 Thread Tomasz Motylewski
On Fri, 21 Apr 2000, Zhixu Liu wrote: > I have a question about the share memory use mmap. (in rtlinux-2.2) > I use the example in mmap, but what i want to know is is there is a mmap is for user space. Use ioremap in the kernel. > limit of the size of share memory, for when i try to map a regi