sunos kernel src

https://github.com/eocallaghan/AuroraUX-SunOS

https://github.com/zoyanhui/coroutine-libtask

https://github.com/senjan/ndd

https://github.com/gburd/libumem

https://github.com/ip1981/gunmake

https://github.com/tenox7/procdump

https://github.com/ke6jjj/n0ary-bbs

https://github.com/sergiodlc/jsdb

https://github.com/zoyanhui/coroutine-libtask

https://github.com/imp/solaris-nbd

https://github.com/SOYJUN/Implement-ODR-protocol

https://github.com/SOYJUN/FTP-implement-based-on-UDP

https://github.com/zoyanhui/coroutine-libtask

https://github.com/Ganitagya/Lockstat

https://github.com/sscdvp/dhcpv4_streams_filter

https://github.com/dm0-/hurd-rump-audio

https://github.com/imp/solaris-nbd

https://github.com/oracle/solaris-xorg

https://github.com/kaizawa/bridge

https://github.com/hasse69/rar2fs

https://github.com/gitpan/Solaris

https://github.com/omniti-labs/portableumem

https://github.com/ralph-irving/squeezeplay

https://github.com/imp/slist

https://github.com/xl0/solaris-virtio

https://github.com/kaizawa/tunctl

https://github.com/wkoszek/geom_sunx86label

https://github.com/dm0-/hurd-rump-audio

https://github.com/redhat-performance/libMicro

https://github.com/PADL/pam_ldap

https://github.com/PADL/nss_ldap

https://github.com/rieck/papillon

时间: 2024-12-25 20:20:57

sunos kernel src的相关文章

关于kernel-devel、kernel-header和kernel src的区别

A kernel-header package would contain 'header files' needed by some applications which would be built on the target machine, for example modules used by virtualbox or the proprietary nvidia driver.http://kernelnewbies.org/KernelHeadersA kernel-devel

Linux Kernel的Makefile与Kconfig文件的语法

https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt Introduction ------------ The configuration database is a collection of configuration options organized in a tree structure: +- Code maturity level options | +- Prompt for developme

Konfig

内核源码树的目录下都有两个文档 Kconfig (2.4版本是Config.in)和Makefile.分布到各目录的Kconfig构成了一个分布式的内核配置数据库,每个Kconfig分别描述了 所属目录源文档相关的内核配置菜单.在内核配置make menuconfig时,从Kconfig中读出菜单,用户选择后保存到.config的内核配置文档中.在内核编译时,主Makefile调用这 个.config,就知道了用户的选择. 上面的内容说明了,Kconfig就是对应着内核的配置菜单.假如要想添加新

接入Erlang控制台的几种方法

在window中调试的时候我们可以通过启动多个cmd窗口运行Erlang节点,在生产环境中我们需要Erlang服务在Centos服务器上后台运行;这就需要在启动的时候添加启动参数detached来脱离终端:      -detached Starts the Erlang runtime system detached from the system console. Useful for running daemons and backgrounds processes. Implies -n

RT-Thread

[email protected]:~$ python -V Python 2.7.10 [email protected]:~$ sudo apt-get install scons rt-thread-master/bsp/x86/rtconfig.h /* RT-Thread config file */ #ifndef __RTTHREAD_CFG_H__ #define __RTTHREAD_CFG_H__ /* RT_NAME_MAX*/ #define RT_NAME_MAX 8

Linux内核Makefile文件(翻译自内核手册)

转载自:http://www.cnblogs.com/jason-lu/p/3728198.html --译自Linux3.9.5 Kernel Makefiles(内核目录documention/kbuild/makefiles.txt) kbuild(kernel build) 内核编译器 This document describes the Linux kernel Makefiles 本文当介绍了Linux内核的Makefile === Table of Contents=== 目录

Time, Delays, and Deferred Work <LDD3> 学习笔记 + jiffies.h 分析

Time, Delays, and Deferred Work Dealing with time involves the following tasks, in order of increasing complexity: ? Measuring time lapses and comparing times ? Knowing the current time ? Delaying operation for a specified amount of time ? Scheduling

erlang node time ticket

Erlang doesn't detect net splits by itself. You could start looking atnet_kernel:set_net_ticktime/2 (try to increase this value if your node issuffering from high load/traffic) and kernel/src/dist_utils.erl to get agrasp how erlang handles node conne

Uboot 2014.07 makefile分析 - 其他Cortex系列

uboot的官网可以通过谷歌搜索得到,显示结果第一个链接就是. 官网:: http://www.denx.de/wiki/U-Boot ftp下载: ftp://ftp.denx.de/pub/u-boot/ 本文以uboot 2014.07为例,一般第一步总是类似这样: make smdkc100_config 然后执行make 先看Makefile第481 行 %_config:: outputmakefile @$(MKCONFIG) -A $(@:_config=) 当输入make sm