[comp.os.minix] gcc with Minix Protected Mode

schiers@mcshh.hanse.de (Carsten Schiers) (10/23/90)

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