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 ...
随机推荐
- [洛谷P3833][SHOI2012]魔法树
题目大意:给一棵树,路径加,子树求和 题解:树剖 卡点:无 C++ Code: #include <cstdio> #include <iostream> #define ma ...
- BZOJ4827:[AH2017/HNOI2017]礼物——题解
https://www.lydsy.com/JudgeOnline/problem.php?id=4827 https://www.luogu.org/problemnew/show/P3723 题面 ...
- BZOJ4004:[JLOI2015]装备购买——题解
https://www.lydsy.com/JudgeOnline/problem.php?id=4004 https://www.luogu.org/problemnew/show/P3265 脸哥 ...
- IP协议简介
一.IP 1.IP是TCP/IP协议簇中最为核心的协议,所有的TCP.UDP.ICMP及IGMP数据都是以IP数据报格式传输. 2.IP提供不可靠.无连接的数据报传送服务 (1)不可靠:不保证IP数据 ...
- 信息工程学院技能大赛 计算机程序设计(Java)大赛试题
前期准备与后期上传工作: (1)必须先建立项目和包,项目名为"JavaContest",包结构为:"contest.c+序号+姓名",其中序号为两位为本人大赛报 ...
- Ruby环境搭建
刚接触Ruby,发现Ruby真心强大,搞了那么久的Java了,已经被Java的繁琐的语法整的无语透顶了,尤其的Java异常,设计出来就是个失败呀!Ruby目前更新到了2.x了,社区也很活跃,开发效率和 ...
- D-query SPOJ - DQUERY(莫队)统计不同数的数量
Given a sequence of n numbers a1, a2, ..., an and a number of d-queries. A d-query is a pair (i, j) ...
- bzoj1529 [POI2005]ska Piggy banks 并查集
[POI2005]ska Piggy banks Time Limit: 5 Sec Memory Limit: 64 MBSubmit: 1508 Solved: 763[Submit][Sta ...
- Linux下find命令及其参数的使用
find命令原理:从指定的起始目录开始,递归地搜索其各个子目录,查找满足寻找条件的文件,并可以对其进行相关的操作. 格式:find [查找目录] [参数] [匹配模型] 多参数格式:find [查找目 ...
- 游戏编程入门之Bomb Catcher游戏
首先是代码: MyDirectX.h: #pragma once //header file #define WIN32_EXTRA_LEAN #define DIRECTINPUT_VERSION ...