- 博客(12)
- 资源 (9)
- 收藏
- 关注
原创 Solaris内核中的vmem接口
The Vmem AllocatorThe kmem allocator relies on two lower-level system services to create slabs: a virtual address allocator to provide kernel virtual addresses, and VM routines to back those address
2007-10-27 22:01:00
2924
原创 Solaris内核开发初学指南
Quick Start Doc ListThe following list provides you with documentation to assist you in starting your development efforts for OpenSolaris.<!-- Title PDF HTML
2007-10-20 12:33:00
2246
原创 Solaris系统设备映射一览
Introduction Managing I/O devices and disks can be very challenging, especially when configurations are complex. This guide explains how to identify slot numbers from a devices fully qualified ph
2007-10-20 12:26:00
2106
原创 Solaris USB设备驱动-USB Generic Driver
The Solaris USB Driver Development Kit includes the USB Generic Driver (Ugen), which presents USB devices to applications through a standard read/write UNIX interface. Ugen allows for easy access to
2007-10-20 12:23:00
5610
原创 Solaris,Linux和FreeBSD内核的比较
I spend most of my time teaching classes on Solaris internals, device drivers, and kernel crash dump analysis and debugging. When explaining to classes how various subsystems are implemented in Solari
2007-10-20 12:20:00
4661
原创 Solaris内核中的中断接口
The Solaris Express 6/05 release of the Solaris OS provides a new DDI Interrupt framework for registering interrupts and deregistering interrupts. Support for message-signalled interrupts (MSIs) is
2007-10-20 12:17:00
2902
原创 Solaris Driver Programming, by Max Bruning
Inside OpenSolaris: Solaris Driver Programmingby Max BruningApril 15, 2005This article describes Solaris device drivers programming in terms that a developer of Linux device drivers will under
2007-10-18 15:47:00
1949
原创 A minor instance of driver confusion
A minor instance of driver confusionMost driver writers are familiar with device minor numbers. But a notion of an instance number is specific to Solaris and it is often incorrectly assumed that min
2007-10-18 14:58:00
1686
原创 The attach() entry point for Solaris device driver
The attach() Entry PointThe kernel calls a drivers attach(9E) entry point to attach an instance of a device or to resume operation for an instance of a device that has been suspended or shut down
2007-10-18 14:42:00
1818
原创 Expansion Bus in SUN server
Historically the main expansion busses used for adding in cards and modules in SPARC based systems were (in order of introduction)
2007-10-17 16:34:00
753
原创 Linux内核中的container_of()
This was originally published as a side bar to an article I wrote in Linux Journal, issue 110, June 2003. I found it when someone asked about what this macro does on the #kernelnewbies irc channel an
2007-10-14 09:34:00
1710
原创 解决Solaris下的/home问题
Hi.We have many scripts which are hardcoded to use /home/httpd. Thisfolder have a svn-checkout, the scripts are executed as another user.Coming from a FreeBSD background this is not a problem since al
2007-10-11 21:23:00
1097
最近在OpenSolaris社区的discuss mail list上大家在热烈地讨论是否需要为OpenSolaris开发一个开源的anti-virus软件,大牛们似乎不屑讨论这个项目,而是认为真正的安全来自于管理者为自己的系统指定一
2007-06-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人