《HTML5布局之路》
《CSS禅意花园》
网络资源参考文献HTML5学堂
W3C
mozilla
部分网站截图 这篇文章主要讲述和POSIX-Layer例程支持相关的几个关键数据结构。
资源管理器定义了三个与POSIX-Layer相关的数据结构:
OCB (Open Control Block)结构,用于维护客户端和资源管理器之间特定会话的状态信息,在 open() 时创建,在 close() 时退出。这个数据结构用于 iofunc layer 中的帮助函数。该结构至少包含以下内容:
这个结构为资源管理器提供了设备的特征,与 OCB 结构结合使用。
这个结构中的成员,尤其是 conf 和 flags ,可以修改某些 iofunc 层函数的行为。这个结构中至少包含以下内容:
现在几种主要的UNIX版本:* AIX:IBM的UNIX,是根据SVR2(最近已经出到SVR3.2)以及一部分BSD延伸而来,加上各种硬件的支持。具备特有的系统管理(SMIT)。
* 386BSD:Jolitz从Net/2 software移植过来的。支持Posix,32位。
* FreeBSD:1.x从386BSD 0.1而来,FreeBSD 2.x版是用4.4BSD lite改写。
http://www.freebsd.org
* HP-UX(HP):旧系统是从S III(SVRx)发展面来,现在是由SVR2(4.2BSD)发展而来,目前是10.x版。
* Linux(x86):遵从POSIX,SYSV及BSD的扩展,这一点从上页表中即可看出。
* OSF/1(DEC):DEC对OSF/1的移植。
* SCO UNIX(x86):SVR3.2,目前影响较大的PC UNIX。
* SunOS(680x0,Sparc,i386):根据4.3BSD,包含许多来自System V的东西。Sun的主要成果在于:NFS,OpenLook GUI标准,现演变为Solaris 。
* Ultrix(DEC):根据4.2BSD再加上许多4.3BSD的东西。
* Xenix(x86):Intel硬件平台上的UNIX,以SVR2为基础,由微软推出。在中国使用较广泛。
* BS2000/OSD-BC
西门子 AG
http://www.siemens.com/servers/bs2osd/
* BSD/OS
伯克利软件设计公司
http://www.bsdi.com
* CLIX
Intergraph公司
http://www.intergraph.com
* Debian Gnu/Hurd
Public Interest公司软件部
http://www.gnu.org/software/hurd/debiangnu- hurd.html
* Debian GNU/Linux
Public Interest公司软件部
http://www.debian.org
* DG/UX
Data General公司
http://www.dg.com/products/html/dg_ux.html
* Digital Unix
康柏公司
http://www.unix.digital.com/
* DYNIX/ptx
Sequent计算机公司
http://www.sequent.com/products/software/operatingsys/dynix.html
* Esix UNIX
Esix Systems
http://www.esix.com/
* GNU Herd
GNU
http://www.gnu.org
* HAL SPARC64/OS
HAL 计算机公司
http://www.hal.com
* HP-UX
惠普公司
http://www.hp.com/unixwork/hpux/
* Irix
硅谷图像公司
ttp://www.sgi.com/software/irix6.5/
* Linux
http://www.linux.org
* LynxOS
Lynx Real-Time Systems公司
http://www.lynx.com/products/lynxos.html
* MachTen
Tenon Intersystems
http://www.tenon.com/products/machten/
* Mac OS X Server
http://www.apple.com/macosx/
* Minix
http://www.cs.vu.nl/~ast/minix.html
* MkLinux
苹果公司
http://www.mklinux.apple.com
* NCR UNIX
NCR 公司
http://www3.ncr.com
* SVR4 MP-RAS
product/integrated/software/p2.unix.html
* NetBSD
NetBSD小组
http://www.netbsd.org
* NeXTSTEP
NeXT计算机公司
defunct,see http://www.apple.com/enterprise/
* NonStop-UX
康柏公司
http://www.tandem.com
* OpenBSD
OpenBSD小组
http://www.openbsd.org
* OpenLinux
Caldera Systems公司
http://www.calderasystems.com
* Openstep
苹果公司
http://www.apple.com/enterprise/
* QNX Realtime OS
QNX软件公司
http://www.qnx.com/products/os/qnxrtos.html
* Red Hat Linux
Red Hat软件公司
http://www.redhat.com/
* Reliant UNIX
西门子 AG
http://www.siemens.com/servers/rm/
* Solaris
Sun公司
http://www.sun.com/software/solaris/
* SuSE
S.u.S.E.公司
http://www.suse.com
* UNICOS
硅谷图像公司
http://www.sgi.com/software/unicos/
* Unix Ware
SCO-The Santa Cruz Operation公司
http://www.sco.com/unix/
* UTS
Amdahl公司
http://www.amdahl.com/uts/
推荐使用免费的 FreeBSD 稳定性、安全性,代码严密性都很好
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)