NetBSD/sys/arch/amiga/doc/CHANGES

19 lines
792 B
Plaintext
Raw Normal View History

CHANGES from 0.9+ (file created after many chnages to 0.9):
removed all amiga/dev/grf/* files and consolidated them
into amiga/dev/grfabs* files. (chopps)
changed all #include's that were using either ".." or
"xx" where xx was relative to the compiled file.
(chopps)
1994-02-17 12:15:37 +03:00
removed custom cons.c code and move to system generic. In
the process, cleaned and fixed up ite.c. You can
now redirect the console in X (or anything else)
(chopps)
changed USRSTACK to 0x0E000000. (chopps)
changed default bell volume from 64 (annoying) to 10.
(chopps)
changed ite.c to throw away any chars to be output when in
GRF mode, X now runs without redirection.
possibly avoiding deeper bug, as the MMU fault
should probably not occur when accessing the mmap()'d
grf memory. (chopps)