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 ...
随机推荐
- imshow(A,[])和imshow(A)的区别
imshow的用法: IMSHOW Display image. IMSHOW(I,N) displays the intensity image I with N discrete levels o ...
- JS变量对象详解
JS变量对象详解 开年之后工作热情一直不是很高,这几天一直处于消极怠工状态.早上不想起床,起床了不想上班.明明放假之前工作热情还一直很高,一直心心念念的想把小程序项目怼出来,结果休假回来之后画风完全不 ...
- Linux相关——画图软件安装
其实也不知道算不算Linux相关了... 装个画图软件还是很方便的,刚刚试了一下kolourpaint,感觉还行,就记录下来吧. 先记录几个快捷键emmmm print ---->全屏截图 al ...
- Android 常用控件自定义样式RadioButton、CheckBox、ProgressBar、
一.RadioButton / CheckBox 系统自带的RadioButton/CheckBox的样式,注定满足不了实际运用中的情况,有时候自定义自己的样式:此次把自己中工作学习过程中所学到的东西 ...
- BZOJ1293:[SCOI2009]生日礼物——题解
http://www.lydsy.com/JudgeOnline/problem.php?id=1293 https://www.luogu.org/problemnew/show/P2564#sub ...
- 项目压力测试软件 -- LoadRunner 11.0 的安装、汉化和破解
重要说明: LoadRunner 11.0 只支持Win7,32位系统:不支持Win7,64位系统[ Win7,64位 我反复安装都没有成功!] 一.下载安装.汉化.破解文件: 我的下 ...
- SpringMVC源码解析-DispatcherServlet启动流程和初始化
在使用springmvc框架,会在web.xml文件配置一个DispatcherServlet,这正是web容器开始初始化,同时会在建立自己的上下文来持有SpringMVC的bean对象. 先从Dis ...
- git与svn与github与码云的区别
1.git与github(https://www.oschina.net/)的区别 Git(https://git-scm.com/)是一个版本控制工具 github是一个用git做版本控制的项目托管 ...
- Git新手上路,让你快速掌握Git的基本使用
github是一个基于git的代码托管平台,付费用户可以建私人仓库,我们一般的免费用户只能使用公共仓库,也就是代码要公开.这对于一般人来说公共仓库就已经足够了. 1.注册账户以及创建仓库 要想 ...
- C# 从串口读取数据
最近要做系统集成,需要从串口读取数据,随学习一下相关知识: 以下是从串口读取数据 public static void Main() { SerialPort mySerialPort = new S ...