码迷,mamicode.com
首页 >  
搜索关键字:linus    ( 725个结果
boot/setup.S
!! setup.S Copyright (C) 1991, 1992 Linus Torvalds!! setup.s is responsible for getting the system data from the BIOS,! and putting them into the app....
分类:其他好文   时间:2014-06-06 16:00:23    阅读次数:318
boot/head.S
/* * linux/boot/head.S * * Copyright (C) 1991, 1992 Linus Torvalds *//* * head.S contains the 32-bit startup code. */.text.globl _idt,_gdt,.globl ...
分类:其他好文   时间:2014-06-06 15:11:14    阅读次数:417
init/main.c
/* * linux/init/main.c * * Copyright (C) 1991, 1992 Linus Torvalds */#include #include #include #include #include #include #include #include #inclu...
分类:其他好文   时间:2014-06-05 12:54:48    阅读次数:331
boot/setup.S
!! setup.S Copyright (C) 1991, 1992 Linus Torvalds!! setup.s is responsible for getting the system data from the BIOS,! and putting them into the app....
分类:其他好文   时间:2014-05-28 13:33:58    阅读次数:343
Linux 小知识翻译 - 「Linux」怎么读?
主要讨论日语中的读法,所以没有完全按照原文来翻译。「linux」的读法有很多(这里指在日语中),代表性的读法有以下几种:A). 李纳苦思B). 李奴苦思C). 纳依纳苦思A和B相同的是将 linux开头的「li」发音成「李」。这也是linux之父Linus Torvalds的名字的日语假名(「リーナ...
分类:系统相关   时间:2014-05-27 23:53:48    阅读次数:485
Git与SVN
http://www.nowamagic.net/academy/detail/48160207前面提到,Linus一直痛恨CVS及SVN这些集中式的版本控制系统,为什么呢?Git是分布式版本控制系统,那么集中式和分布式版本控制系统又有什么区别呢?先说集中式版 本控制系统,版本库是集中存放在中央服务...
分类:其他好文   时间:2014-05-27 03:09:37    阅读次数:408
Linus Torvalds 指针
《对话LinusTorvalds:大多黑客甚至连指针都未理解》http://www.csdn.net/article/2013-01-10/2813559-two-star-programming“不懂指针”的开发者代码示例: 1 typedef struct node 2 { 3 ...
分类:其他好文   时间:2014-05-22 04:40:17    阅读次数:245
Learn Branch Prediction From SimpleScalar Source (1)
作为一名CSer,最好的学习方式之一无疑是tracing code,看源代码——不知你此时是否与我一样想起了Linus那句名言「talk is cheap, show me the fucking code!」?可是对计算机体系结构来说,很多技术直接是由硬件实现的,因而也被蒙上一层神秘的面纱。好在还...
分类:其他好文   时间:2014-05-21 23:46:56    阅读次数:307
【转帖】Linux发行版:CentOS、Ubuntu、RedHat、Android、Tizen、MeeGo
Linux发行版:CentOS、Ubuntu、RedHat、Android、Tizen、MeeGo作者:阳光岛主原文在这儿Linux,最早由Linus BenedictTorvalds在1991年开始编写。在这之前,Richard Stallman创建了Free Software Foundatio...
分类:移动开发   时间:2014-05-21 21:58:57    阅读次数:670
把Git Repository建到U盘上去(转)
把Git Repository建到U盘上去转 把Git Repository建到U盘上去Git很火。原因有三:它是大神Linus Torvalds的作品,天然地具备神二代的气质和品质;促进了生产力的发展,Git的分布式版本控制理念,并非首创,但非常适合开源社区的协作方式(不存在master-slav...
分类:其他好文   时间:2014-05-21 18:06:38    阅读次数:264
725条   上一页 1 ... 70 71 72 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!