nanogui: Thread: demos/mwin/mine trouble under Minix


[<<] [<] Page 1 of 1 [>] [>>]
Subject: demos/mwin/mine trouble under Minix
From: "Michael Temari" ####@####.####
Date: 25 May 2000 18:37:58 -0000
Message-Id: <00af01bfc678$6b419ae0$1eb08ad1@mt400>

Hi all,

I have ported Microwindows to Minix and it appears that all Demos run fine
but mwin/mine.
When I run it it comes up with a screen that shows the mine window, but it
is all gray.  When
I then click a spot on the board and the counter starts I get the board
being displayed, but it
then gets wiped to gray again every second.  Anyone know what is going on
here?

The Makefile I am using to build the drivers is below.

Thanks,

Michael Temari
####@####.####

# Makefile for Microwindows src/drivers

CFLAGS= -DUNIX -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 \
        -DHAVE_FILEIO -D_MINIX -D_POSIX_SOURCE -I. -I../include -O3

LIB=    ../lib/libmwdrivers.a
OBJS=   scr_bios.o \
        vgaplan4.o memplan4.o \
        mou_ser.o kbd_tty.o \
        genmem.o genfont.o byte.o

all:    $(LIB)

$(LIB): $(OBJS)
        ar cru $@ $?

clean:
        rm -f $(LIB) $(OBJS)


Subject: Re: demos/mwin/mine trouble under Minix
From: Jakov af Wallby ####@####.####
Date: 25 May 2000 21:25:44 -0000
Message-Id: <Pine.LNX.3.96.1000525232508.22485B-100000@vmlinux.org>


On Thu, 25 May 2000, Michael Temari wrote:

> Hi all,
> 
> I have ported Microwindows to Minix and it appears that all Demos run fine
> but mwin/mine.

Did you port it to Minix 16 bit or Minix 32 bit?

Jakob


Subject: Re: demos/mwin/mine trouble under Minix
From: "Michael Temari" ####@####.####
Date: 26 May 2000 16:08:11 -0000
Message-Id: <001601bfc72c$aa3bd6c0$760f8ad1@mt400>

> Did you port it to Minix 16 bit or Minix 32 bit?
Standard Minix 2.0.3 which has a couple new ioctl's that allow doing BIOS
calls and setting up a descriptor to access Video Memory.  If it isn't too
big already you probably would be able to do anything useful with it.  If it
becomes a server instead of
being compiled into the program then it would probably work under 16 bit
also.

Michael Temari
####@####.####


[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.