收录查询

文章分类 -  Foo Linux/UNIX

摘要:NETBSDSRC:官网FTPftp.NetBSD.org5.0.1ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-5.0.1/source/sets/DOC:http://nixdoc.net/ 阅读全文
posted @ 2012-09-02 23:27 -> 阅读(245) 评论(0) 推荐(0)
摘要:原文地址:http://www.linuxjournal.com/article/6391 How to use a backtrace to follow the execution path and find out what went wrong and where. If you usually work with non-trivial C sources, you may h... 阅读全文
posted @ 2009-04-20 00:02 -> 阅读(1893) 评论(0) 推荐(0)
摘要:Linux is obsolete Andy Tanenbaum Microkernel vs Monolithic System Portability Linus Benedict Torvalds Andy Tanenbaum ... 阅读全文
posted @ 2008-04-25 00:00 -> 阅读(381) 评论(0) 推荐(0)
摘要:原文地址:http://www.geocities.com/ravikiran_uvs/articles/blkdevarch.html Linux Block Device Architecture Author: Ravi Kiran UVS Last Modified: 19th May 2006 Note: I'm still working on this... and will... 阅读全文
posted @ 2008-03-30 08:37 -> 阅读(679) 评论(0) 推荐(0)
摘要:/etc/sysconfig/network 包括主机基本网络信息,用于系统启动 /etc/sysconfig/network-script/ 此目录下是系统启动最初始化网络的信息 /etc/sysconfig/network-script/ifcfg-eth0 网络配置信息 /etc/xinetd.conf 定义了由超级进程XINETD启动的网络服务 /etc/protocols 设定了主机... 阅读全文
posted @ 2007-06-04 16:37 -> 阅读(289) 评论(0) 推荐(0)
摘要:D开头:d2i_509_CRL_fp [d2i_X509_CRL] (3ssl) - PKCS#10 certificate request functionsd2i_ASN1_OBJECT (3ssl) - ASN1 OBJECT IDENTIFIER functionsd2i_DHparams (3ssl) - PKCS#3 DH parameter funct... 阅读全文
posted @ 2007-05-22 20:29 -> 阅读(1978) 评论(0) 推荐(0)
摘要:C开头:c2ph (1) - Dump C structures as generated from cc -g -S stabsc2ph [pstruct] (1) - Dump C structures as generated from cc -g -S stabsc99 (1p) - compile sta... 阅读全文
posted @ 2007-05-22 20:26 -> 阅读(2587) 评论(0) 推荐(0)
摘要:B开头:B (3pm) - The Perl Compilerbackend (7) - cups backend transmission interfacesbackend-spec (7) - interface between jw and its backendsbadblocks ... 阅读全文
posted @ 2007-05-22 20:23 -> 阅读(685) 评论(0) 推荐(0)
摘要:A开头:411toppm (1) - convert Sony Mavica .411 image to PPMa2p (1) - Awk to Perl translatora2ps (1) - format files for printing on a PostScript printera2ps... 阅读全文
posted @ 2007-05-22 20:14 -> 阅读(1232) 评论(0) 推荐(0)
摘要:linux学习笔记 linux目录架构 / 根目录 /bin 常用的命令 binary file 的目錄 /boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内 ... 阅读全文
posted @ 2007-05-20 18:42 -> 阅读(336) 评论(0) 推荐(0)
摘要:原文地址: http://www.ibm.com/developerworks/cn/aix/library/au-badunixhabits.html?S_TACT=105AGX52&S_CMP=techcsdn 2007 年 2 月 09 日 采用 10 个能够提高您的 UNIX® 命令行效率的好习惯——并在此过程中摆脱不良的使用模式。本文循序渐进地指导您学习几项用于命令行操作的技术,这些... 阅读全文
posted @ 2007-02-12 20:06 -> 阅读(256) 评论(0) 推荐(0)
摘要:原文地址:标准化目前已经成为 Linux 系统上的一个热门话题。实际上,在 Linux 诞生之初,这个问题就得到了重视。当 Linus 在开发 0.01 版本的 Linux 内核时,就开始关注 POSIX 标准的发展,他在 /include/unistd.h 文件中定义了几个与 POSIX 有关的宏,以下内容就节选自 0.01 版本内核的 /include/unistd.h 文件: ... 阅读全文
posted @ 2006-10-08 17:49 -> 阅读(451) 评论(0) 推荐(0)
摘要:http://www.yesky.com/SoftChannel/72341306692599808/20040310/1775848.shtml 阅读全文
posted @ 2006-10-07 06:56 -> 阅读(105) 评论(0) 推荐(0)
摘要:bootsect.s:该程序的主要作用是首先将setup模块从磁盘加载到内存,紧接着bootsect后面的位置,然后利用BIOS中断0X13取磁盘参数表中当前启动引导盘的参数,接着在屏幕上显示“LOADING SYSTEM...”字符串,再将system模块从磁盘上加载到内存0X10000开始的地方。随后确定根文件系统的设备号,若没有设定,则根据保存的引导盘的每磁道扇区数判别出盘的类型和种类并保存... 阅读全文
posted @ 2006-09-24 17:21 -> 阅读(258) 评论(0) 推荐(0)
摘要:1. 《跟我一起写MAKEFILE》原文地址:http://blog.csdn.net/haoel/category/9198.aspx2. 《用GDB调试程序》原文地址:http://blog.csdn.net/haoel/archive/2003/07/02/2879.aspx 阅读全文
posted @ 2006-09-24 17:01 -> 阅读(473) 评论(0) 推荐(0)
摘要:原文地址: http://www.linuxsir.org/main/?q=node/222#3 作者:北南南北 来自:LinuxSir.Org 摘要:本文是关于Linux操作系统主机名(hostname)的文档,对主要配置文件/etc/hosts进行简要的说明 ;另外对基配具工具hostname也进行了举例说明; 欢迎高手斧正,谢谢; 目录 1、 什么是主机名;2. 主机名配置文件; ... 阅读全文
posted @ 2006-09-23 17:29 -> 阅读(395) 评论(0) 推荐(0)
摘要:中文下载地址: http://www.oldlinux.org/Linux.old/ 中文学习站点: http://www.oldlinux.org/Linux.old/study英文下载地址: http://www.kernel.org/pub/linux/kernel/Historic/ 阅读全文
posted @ 2006-09-23 14:38 -> 阅读(2958) 评论(0) 推荐(0)
摘要:原文地址:http://www.quinnli.com/blog/archives/53 简介 我发布的这个东东主要包含一个可以在gcc 4.1下可编译的linux-0.11的修改版的源码。当前的Linux发型版大部分已经采用gcc 4.0以上的版本和linux 2.6的内核,而赵博士(www.oldlinux.org)提供的可以在RH9下面编译的源码只能工作于gcc版本3.x。 我在我的Debi... 阅读全文
posted @ 2006-09-23 13:55 -> 阅读(2334) 评论(0) 推荐(0)
摘要:原文地址:http://www.moon-soft.com/program/bbs/readelite799228.htmBochs x86 Pentium Emulator Bochs x86 Pentium 模拟器 Updated: Tue Jan 21 21:43:17 EST 2003 Version: 2.0.2 WHAT IS BOCHS? BOCHS是什么? Bochs is a h... 阅读全文
posted @ 2006-09-23 13:43 -> 阅读(494) 评论(0) 推荐(0)
摘要:原文地址:http://www.nsfocus.net/index.php?act=magazine&do=view&mid=2245用Bochs调试NTLDR作者:于旸(tombkeeper[0x40]nsfocus[0x2e]com)主页:http://www.nsfocus.com日期:2004-08-05对一台安装了Windows NT 系列操作系统的PC来说,按下电源开关之后,CPU中首... 阅读全文
posted @ 2006-09-23 13:42 -> 阅读(616) 评论(0) 推荐(0)