sunos kernel src leakrs
https://github.com/joede/libezV24
https://github.com/ysei/siriusSparcV8
https://github.com/omniti-labs/svr42pkgsrc
https://github.com/Sunshine-OS/svr4-dev
https://github.com/Sunshine-OS/svr4-userland
https://github.com/Sunshine-OS/pkg-gate
https://github.com/OS2World/DEV-MISC-GNU_m4
https://github.com/ArchC/sparc
https://github.com/shoyos420/Sparcv8
https://github.com/SparcV8/SparcV8
https://github.com/cgutierr3z/sparcv8-monocycle
https://github.com/grgbr/qemu-sparcv8
https://github.com/Shipaaaa/DebugMonitor
https://github.com/adhuliya/sparcv8-ajit
https://github.com/carriercomm/qemu-tcg-sparcv8plus
https://github.com/Rajmohan/UnixV6
https://github.com/ngn999/UNIX-System-V
https://github.com/Ngoguey42/proj20_unix_lem-ipc
https://github.com/huangguiyang/UnixV6-CC
https://github.com/us8945/Unix_v6_filesystem
https://github.com/ie925155/unix-file-system-v6
https://github.com/iamjy/unix_v6
https://github.com/zhangchi8620/vShell
https://github.com/WarlockD/arm-cortex-v7-unix
https://github.com/geocar/ed-v6
https://github.com/Murii/mu-version-control-system
https://github.com/bcsefercik/virtual-memory-and-file-system
https://github.com/strook/wine-dev-x86_64
https://github.com/dybiszb/NetworkScrabble
https://github.com/cwru-eecs338/smokers
https://github.com/bmarcot/vega
https://github.com/tomm1990/Video-Control-for-A-Smart-Home-Environment
https://github.com/djarosz/vsftpd
https://github.com/ppciarravano/volatile-bulletin-board
https://github.com/SOYJUN/Application-with-raw-IP-sockets
https://github.com/tallpants/vtu-usp-lab
https://github.com/Ngoguey42/proj01_algo_libft
https://github.com/thisisnotabug/libftui
sunos kernel src leakrs的更多相关文章
- sunos kernel src
https://github.com/eocallaghan/AuroraUX-SunOS https://github.com/zoyanhui/coroutine-libtask https:// ...
- 关于kernel-devel、kernel-header和kernel src的区别
A kernel-header package would contain 'header files' needed by some applications which would be buil ...
- Linux ARM kernel Makefile and Kconfig
kernel build:顶层Makefile:-->1. include build/main.mk -->2. include build/kernel.mk k ...
- andriod Kernel configuration is invalid
error: ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/conf ...
- Linux Kernel的Makefile与Kconfig文件的语法
https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt Introduction ------------ The c ...
- linux driver error ------ 编译驱动出现 ERROR: Kernel configuration is invalid
ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/au ...
- Linux Kernel Makefiles Kbuild en
来自Linux kernel docs,顺便整理了一下排版 Linux Kernel Makefiles This document describes the Linux kernel Makefi ...
- seL4之hello-3征途
seL4之hello-3征途 回顾上周 了解seL4的启动流程和初始化线程 了解seL4的几种内核对象和权能机制 完成hell0-2的运行. 补充上周 1.找到根任务(初始化线程)的创建具体的位置(那 ...
- linux内核的makefile.txt讲解
linux内核的linux-3.6.5\Documentation\kbuild\makefiles.txt Linux Kernel Makefiles This document describe ...
随机推荐
- 【Windows】Windows Restart Manager 重启管理器
Restart Manager(以下简称RM)可以减少或避免安装或更新程序所需要的系统重启次数.安装(或更新)过程中需要重启的主要原因是需要更新的某些文件当前正被一些其它程序或服务所使用.RM允许除关 ...
- 【bzoj1717】[Usaco2006 Dec]Milk Patterns 产奶的模式 后缀数组+离散化
题目描述 农夫John发现他的奶牛产奶的质量一直在变动.经过细致的调查,他发现:虽然他不能预见明天产奶的质量,但连续的若干天的质量有很多重叠.我们称之为一个“模式”. John的牛奶按质量可以被赋予一 ...
- JS面向对象基础讲解(工厂模式、构造函数模式、原型模式、混合模式、动态原型模式)
什么是面向对象?面向对象是一种思想. 面向对象可以把程序中的关键模块都视为对象, 而模块拥有属性及方法. 这样如果我们把一些属性及方法封装起来,日后使用将非常方便,也可以避免繁琐重复的工作. 工厂 ...
- hdu 1848(Fibonacci again and again)(SG博弈)
Fibonacci again and again Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Jav ...
- hadoop 把mapreduce任务从本地提交到hadoop集群上运行
MapReduce任务有三种运行方式: 1.windows(linux)本地调试运行,需要本地hadoop环境支持 2.本地编译成jar包,手动发送到hadoop集群上用hadoop jar或者yar ...
- [ZJOI2010]数字计数 数位DP
最近在写DP,今天把最近写的都放上来好了,,, 题意:给定两个正整数a和b,求在[a,b]中的所有整数中,每个数码(digit)各出现了多少次. 首先询问的是一个区间,显然是要分别求出1 ~ r ,1 ...
- HDU4825:Xor Sum——题解
http://acm.hdu.edu.cn/showproblem.php?pid=4825 Zeus 和 Prometheus 做了一个游戏,Prometheus 给 Zeus 一个集合,集合中包含 ...
- BZOJ1006 神奇的国度 【弦图染色——最大势算法MCS】
1006: [HNOI2008]神奇的国度 Time Limit: 20 Sec Memory Limit: 162 MB Submit: 4146 Solved: 1916 [Submit][S ...
- Python3简单入门
在Mac和Linux上运行Python时,请打开终端,然后运行python3 Mac OSX 正确地同时安装Python 2.7 和Python3: http://www.jianshu.com/p ...
- MEMCACHE用法详解
MemCache是一个自由.源码开放.高性能.分布式的分布式内存对象缓存系统,用于动态Web应用以减轻数据库的负载.它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高了网站访问的速度. Me ...