Index: [thread] [date] [subject] [author]
  From: Johan Karlberg <wlfshmn@failure.ml.org>
  To  : ggi-develop@eskimo.com
  Date: Mon, 3 Aug 1998 19:25:13 +0200 (CEST)

Paged modes...

Could anyone explain to me the difference between these definces in struct
kgi_mmio_mapping

#define MAP_LINEAR_LINEAR       1
#define MAP_LINEAR_PAGED        2
#define MAP_PAGED_LINEAR        3
#define MAP_PAGED_PAGED         4

I know of linerar framebuffer, with the entire framebuffer in a long
line... and paged framebuffers, manipulated by moving a window, if my
understanding is correct, wich it very well might not be.. but what are
the others?

Thanks in advance.

Johan Karlberg

Index: [thread] [date] [subject] [author]