<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-30653178</id><updated>2009-12-02T22:41:20.571-08:00</updated><title type='text'>Porting Device Drivers for the Solaris</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://edufive21.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30653178/posts/default'/><link rel='alternate' type='text/html' href='http://edufive21.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>christina</name><uri>http://www.blogger.com/profile/07416750290346827624</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-30653178.post-115203798430463376</id><published>2006-07-04T11:32:00.000-07:00</published><updated>2006-07-04T11:33:04.313-07:00</updated><title type='text'>Solaris platform</title><content type='html'>The capabilities of the Solaris platform continue to expand to meet customer needs. The Solaris 10 release is designed to fully support both 32-bit and 64-bit architectures. The Solaris OS supports machines based on both 32-bit and 64-bit SPARC processors as well as 32-bit and 64-bit x86 platforms.&lt;br /&gt;&lt;br /&gt;The primary difference between the 32-bit and 64-bit development environments is that 32-bit applications are based on the ILP32 data model, while 64-bit applications are based on the LP64 model. The primary difference between applications for SPARC and x86-based systems, from the driver developer's point of view, is big-endian versus little-endian translation.&lt;br /&gt;&lt;br /&gt;To write a common device driver for the Solaris OS, developers need to understand and consider these differences.&lt;br /&gt;&lt;br /&gt;Note: This document addresses topics related to x86 platforms only. In this document, references to 64-bit operating systems refer to the Solaris OS on machines with AMD Opteron processors.&lt;br /&gt;&lt;br /&gt;The Solaris OS runs in 64-bit mode on appropriate hardware, and provides a 64-bit kernel with a 64-bit address space for applications. The 64-bit kernel extends the capabilities of the 32-bit kernel by addressing more than 4 Gbyte of physical memory, by mapping up to 16 Tbyte of virtual address space for 64-bit application programs, and by allowing 32-bit and 64-bit applications to coexist on the same system.&lt;br /&gt;&lt;br /&gt;This document discusses the differences between 32-bit and 64-bit data models, provides guidelines for cleaning 32-bit device drivers in preparation for the 64-bit Solaris OS kernel, and addresses driver-specific issues with the 64-bit Solaris OS kerne&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30653178-115203798430463376?l=edufive21.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edufive21.blogspot.com/feeds/115203798430463376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=30653178&amp;postID=115203798430463376' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30653178/posts/default/115203798430463376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30653178/posts/default/115203798430463376'/><link rel='alternate' type='text/html' href='http://edufive21.blogspot.com/2006/07/solaris-platform.html' title='Solaris platform'/><author><name>christina</name><uri>http://www.blogger.com/profile/07416750290346827624</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14457449192876794691'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>