Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!smurf!gopnbg!mcshh!schiers From: schiers@mcshh.hanse.de (Carsten Schiers) Newsgroups: comp.os.minix Subject: gcc with Minix Protected Mode Message-ID: <8286@mcshh.hanse.de> Date: 22 Oct 90 19:57:14 GMT Lines: 13 Hi there, will I be able to allocate some megabytes of memory with gcc under Minix/Protected Mode? Is the HUGE memory model implemented? As I want to do 3D image processing, I have to allocate some two to three megabytes. I want to access it via a HUGE pointer, so I could write something like: ima = alloc(2.5MB); *ima++ = 123; CU Carsten. unichiers