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

sunos kernel src的更多相关文章

  1. sunos kernel src leakrs

    https://github.com/joede/libezV24 https://github.com/ysei/siriusSparcV8 https://github.com/omniti-la ...

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

    A kernel-header package would contain 'header files' needed by some applications which would be buil ...

  3. Linux ARM kernel Makefile and Kconfig

    kernel build:顶层Makefile:-->1. include build/main.mk    -->2. include build/kernel.mk         k ...

  4. andriod Kernel configuration is invalid

    error:  ERROR: Kernel configuration is invalid.         include/generated/autoconf.h or include/conf ...

  5. Linux Kernel的Makefile与Kconfig文件的语法

    https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt Introduction ------------ The c ...

  6. linux driver error ------ 编译驱动出现 ERROR: Kernel configuration is invalid

       ERROR: Kernel configuration is invalid.         include/generated/autoconf.h or include/config/au ...

  7. Linux Kernel Makefiles Kbuild en

    来自Linux kernel docs,顺便整理了一下排版 Linux Kernel Makefiles This document describes the Linux kernel Makefi ...

  8. seL4之hello-3征途

    seL4之hello-3征途 回顾上周 了解seL4的启动流程和初始化线程 了解seL4的几种内核对象和权能机制 完成hell0-2的运行. 补充上周 1.找到根任务(初始化线程)的创建具体的位置(那 ...

  9. linux内核的makefile.txt讲解

    linux内核的linux-3.6.5\Documentation\kbuild\makefiles.txt Linux Kernel Makefiles This document describe ...

随机推荐

  1. Qt快速入门学习笔记(画图篇)

    1.Qt中提供了强大的2D绘图系统,可以使用相同的API在屏幕和绘图设备上进行绘制,它主要基于QPainter.QPaintDevice和QPaintEngine这三个类.其中QPainter用来执行 ...

  2. RT-thread内核之事件

    一.事件控制块:在include/rtdef.h中 #ifdef RT_USING_EVENT /** * flag defintions in event */ #define RT_EVENT_F ...

  3. 【bzoj2274】[Usaco2011 Feb]Generic Cow Protests dp+树状数组

    题目描述 Farmer John's N (1 <= N <= 100,000) cows are lined up in a row andnumbered 1..N. The cows ...

  4. 【bzoj1707】[Usaco2007 Nov]tanning分配防晒霜 贪心+Treap

    题目描述 奶牛们计划着去海滩上享受日光浴.为了避免皮肤被阳光灼伤,所有C(1 <= C <= 2500)头奶牛必须在出门之前在身上抹防晒霜.第i头奶牛适合的最小和最 大的SPF值分别为mi ...

  5. 2015 EC L - Multiplication Table

    /************************************************************************* > File Name: L.cpp > ...

  6. 项目管理---git----快速使用git笔记(三)------coding.net注册和新建项目(远程仓库)

    我们在第一章已经了解了github和coding.net的区别: github是一个基于git的代码托管平台,付费用户可以建私人仓库,我们一般的免费用户只能使用公共仓库,也就是代码要公开. codin ...

  7. 继续bzoj

    我应该可以打卡下班了,回来继续bzoj

  8. 使用PowerDesigner建模

    一.使用PowerDesigner建模 在数据库概念设计中已经分析了本系统中主要的数据应实体对象,通过这些实体可以得出数据表结构的基本模型,最终实施到数据库中, 形成完整的数据结构.本系统将使用Pow ...

  9. eclipse好玩的插件集(一) CKEditor插件

    啥也不说,先上效果图: 当你输入完图片的url时,你可以得到预览的图像,从而进行宽高调整! 使用方法: 在eclipse市场中搜索ckeditor 配置操作如下:   进行文件关联,这样就可以直接用c ...

  10. Mybatis(3) 映射文件-增删改查

    映射文件: 映射文件是根据数据库模型生成的编写sql脚本xml文件, mapper标签中namespace属性值为对应模型实体类的全类名. <?xml version="1.0&quo ...