Dear,

  Please tell me how to install freemware. I could not install freemware
by the README.

  I tried as follows.

        suzaki% gzip -cd fmw-19991212c.tar.gz | tar xf -
        suzaki% cd freemware
        suzaki% ./configure

  At this time, I change edit "kernel/Makefile". I added following
flag to "KCFLAGS_LINUX" to avoid unresolved symbol problem when
"insmod" command is used.
        -DMODVERSIONS -include /usr/include/linux/modversions.h

After that I make all.
        suzaki% make

I became super user and set up.

        root# mknod /dev/freemware0 c 63 0
        root# cd kernel
        root# insmod freemware.o

And I run "user" command. But ...

        suzaki% cd user
        suzaki% ./user
        Loading guest code: ../guest/virtcode/virtcode.elf
        Allocating 0x138c bytes of memory for reading file
        ok, this is an ELF-Binary
        Opening VM
        error: open returned error

Please tell me where I made mistake.
Or please tell me the home page address which mention about how to install

                                        Sincerely yours,
                                        Kuniyasu Suzaki
                                        Project: Netwrok Transferable Computer
                                        http://www.etl.go.jp/~suzaki/English/NTC

Reply via email to