[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Window Package



I forget to mention some important details.

1) Do not move copies of the code elsewhere for another week or two,
ie, until everything is relatively stable.

2) To run the interpreted code, you need to load the following from
    TUTILS: DEFAPOLLO, MSG, FOR, LOOP, TLISP_UTILS, SYS

3) You must expand the heap size for your T process when you start it by
starting T with the command
        t -h 3000000
that's 3 x 10 ** 6.

Details of this will be kept up to date in
   t_windows/how_to_load
-------