<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=NeXTSTEPDRIVERKIT%3AChapter6_Contents</id>
	<title>NeXTSTEPDRIVERKIT:Chapter6 Contents - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=NeXTSTEPDRIVERKIT%3AChapter6_Contents"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter6_Contents&amp;action=history"/>
	<updated>2026-05-01T18:37:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter6_Contents&amp;diff=5511&amp;oldid=prev</id>
		<title>Onionmixer: NeXTSTEP DRIVER KIT 장치 드라이버를 작성할때 추천할만한 문서 내용 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter6_Contents&amp;diff=5511&amp;oldid=prev"/>
		<updated>2017-10-11T16:20:22Z</updated>

		<summary type="html">&lt;p&gt;NeXTSTEP DRIVER KIT 장치 드라이버를 작성할때 추천할만한 문서 내용 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Suggested Readings on Writing Device Drivers&lt;br /&gt;
&lt;br /&gt;
==Suggested Readings on Writing Device Drivers==&lt;br /&gt;
&lt;br /&gt;
These references provide useful information in a variety of areas for driver writers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===NeXT Documentation===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;NEXTSTEP General Reference&amp;#039;&amp;#039;&lt;br /&gt;
:This reference manual describes the Mach Kit, which contains the NXLock and NXConditionLock classes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;NEXTSTEP Development Tools and Techniques&amp;#039;&amp;#039;&lt;br /&gt;
:This manual tells how to use development tools such as ProjectBuilder and gdb.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;NEXTSTEP Operating System Software&amp;#039;&amp;#039;&lt;br /&gt;
:This manual has information on the Mach Operating System and using Mach messages. It contains extensive material on writing Loadable Kernel Servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;NEXTSTEP Object-Oriented Programming and the Objective C Language&amp;#039;&amp;#039;&lt;br /&gt;
:This book explains the basic concepts of Objective C including Objective C messages, protocols, and categories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;NeXTanswers on archive sites&amp;#039;&amp;#039;&lt;br /&gt;
:These files contain much useful information on NeXT device drivers and the Driver Kit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mach Operating System===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Programming under Mach&amp;#039;&amp;#039;. Joseph Boykin, David Kirschen, Alan Langerman, and Susan LoVerso. Addison-Wesley, 1993.&lt;br /&gt;
: An introduction to Mach tasks, threads, interprocess communication, and memory management.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Driver Writing===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Writing a UNIXDevice Driver, Second Edition&amp;#039;&amp;#039;. Janet I. Egan and Thomas J. Teixeira. John Wiley and Sons, 1992.&lt;br /&gt;
:An excellent general introduction to UNIX drivers. Make sure you specify the second edition since the first one is very specific to System V and MassComp in particular.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Writing Device Drivers for SCOUNIX, A Practical Approach&amp;#039;&amp;#039;. Peter Kettle and Steve Statler. Addison-Wesley, 1993.&lt;br /&gt;
:This book includes some details of Intel hardware. It contains a good reference section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Buses===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;EISA System Architecture, Second Edition&amp;#039;&amp;#039;. Tom Shanley. Mindshare Press, 1993.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;ISA System Architecture, Second Edition&amp;#039;&amp;#039;. Tom Shanley and Don Anderson. Mindshare Press, 1993.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;PCI System Architecture, Second Edition&amp;#039;&amp;#039;. Tom Shanley. Mindshare Press, 1993.&lt;br /&gt;
:This book tells how to work with a version 2.0 compliant bus.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;PCMCIA System Architecture, Tom Shanley&amp;#039;&amp;#039;. Mindshare Press, 1994.&lt;br /&gt;
:All of these books are distributed by Computer Literacy Bookshops.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Display Drivers===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Programmer&amp;#039;s Guide to the EGA and VGA Cards, Second Edition&amp;#039;&amp;#039;. Richard F. Ferraro. Addison-Wesley.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Network Drivers===&lt;br /&gt;
&lt;br /&gt;
Besides the documentation for your hardware, the following references can help you write a Token Ring driver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Computer Networks&amp;#039;&amp;#039;. Andrew S. Tanenbaum, Prentice Hall, 1981.&lt;br /&gt;
:Has information on networking, in general.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
International Standard ISO/IEC 8802-3; ANSI/IEEE Std. 802.3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;IBM Token-Ring Network Architecture Technical Reference&amp;#039;&amp;#039; (SC30-3374-02).&lt;br /&gt;
:This definitive and readable manual describes a superset of the 802.5 specification. You can get it from IBM or from IBM dealers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Information Technology--Local and Metropolitan Area Networks. Part 5: Token Ring Access Method and Physical Layer Specifications&amp;#039;&amp;#039;. International Standard ISO/IEC 8802-5; ANSI/IEEE Std. 802.5.&lt;br /&gt;
:This is the specification for 802.5.&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>