Date: Mon, 2 Oct 2000 12:03:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Remmers cc: djgpp AT delorie DOT com Subject: Re: C Library: mmap() function In-Reply-To: <8r9cvs$a00$13$1@news.t-online.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 2 Oct 2000, Peter Remmers wrote: > Wouldn't it be possible to write a filesystem extension for > say "/dev/fb0" which sits on VBE2.0, and then have a mmap() for getting > a pointer to the framebuffer? I fail to see how using VBE could help implementing mmap(). mmap() is a means for allocating memory and implementing memory-mapped files, so it cannot be limited by video-related features.