📄 readme
字号:
This is the May 1993 release of the changes to the standard MIT X11R5distribution (patch level 21 or greater) made at Victoria Universityof Wellington to support hp300's running bsd.This distribution consists of:config/hpbsd.cf The Imake configuration fileserver/ddx/hpbsd The ddx component of an hpbsd Xserver for topcat, catseye and hyperion displays.hpbsd.diffs Patches to the MIT release.Note: previous releases had a patch to server/os/WaitFor.c. Thispatch is no longer required and should be removed if already appliedas it will interfere with correct input handling.This version has preliminary support for BSD 4.4. If you are buildingfor an older version you will need to change the version numbers inhpbsd.cf and you may need to change the location of cpp inimakemdep.h.The directory structure has been rearranged somewhat to easeintegration of the HP R5 server code released recently. Some moreminor restructuring will occur when support for the ngle displayfamily and the series 700 machines is completed.The PEX extension is not built by default with this server. Thereshould be no problem in building it if you require it. Simply changethe "#define BuildPexExt NO" in hpbsd.cf to "#define BuildPexExt YES".This distribution has been succesfully compiled and run on hp300systems running 4.4alpha.Compiled with gcc-2.3.3. Tested with monochrome and colour topcat andcatseye displays and the monochrome hyperion.Only mono topcat has been tried under 4.4alpha so far -- others should be fine.Some text drawing performance is not as fast as it could be on thetopcats and catseyes (Have yet to include some font tweaks present inthe R4 server).Please report any bugs, problems or ideas for enhancements to meMark Davies <mark@comp.vuw.ac.nz>Department of Computer ScienceVictoria University of WellingtonNew Zealand.28 May 1993TO DO:xman doesn't know about machine specific subdirectories.if your libc doesn't have sigsetjmp and siglongjmp need the followingpatch to build xdm:*** /usr/src/X/R5/mit/clients/xdm/dm.h Mon Sep 23 11:11:34 1991--- ./clients/xdm/dm.h Fri Mar 26 13:44:06 1993****************** 316,322 **** #define SIGVAL void #endif ! #ifdef X_NOT_POSIX #ifdef SYSV #define SIGNALS_RESET_WHEN_CAUGHT #define UNRELIABLE_SIGNALS--- 316,322 ---- #define SIGVAL void #endif ! #if defined(X_NOT_POSIX) || defined(hp9000) #ifdef SYSV #define SIGNALS_RESET_WHEN_CAUGHT #define UNRELIABLE_SIGNALS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -