代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/229304/14346012
patch linux-2.6.18.patch
diff -ruw qc-usb-0.6.4.org/Makefile qc-usb-0.6.4/Makefile
--- qc-usb-0.6.4.org/Makefile 2006-05-02 15:18:30.000000000 +0200
+++ qc-usb-0.6.4/Makefile 2006-10-23 23:29:15.000000000 +0200
@@ -41,7 +41,1
www.eeworm.com/read/228362/14388509
c linux_xmload.c
/* xmloac.c for down soft to uclinux
*
Copyright (C) 2007/3/27 wangwudong ,
255k libmit
1000ms timeout
use:
xmload [filename]
*/
#include
#include
#include
www.eeworm.com/read/127009/14390018
pdf linux_arm.pdf
www.eeworm.com/read/126957/14391727
man m_linux.man
.SH "LINUX NOTES"
The Linux port was written by Richard Henderson .
The CPU% calculation was brazenly stolen from the Solaris 2
port and should be attributed to one of the many names lis
www.eeworm.com/read/126957/14391758
c m_linux.c
/*
* top - a top users display for Unix
*
* SYNOPSIS: Linux 1.2.x, 1.3.x, 2.x, using the /proc filesystem
*
* DESCRIPTION:
* This is the machine-dependent module for Linux 1.2.x, 1.3.x or 2.x.
www.eeworm.com/read/227968/14405017
pdf linux01224.pdf
www.eeworm.com/read/227822/14410437
c linux-test.c
/*
* linux and CPU test
*
* Copyright (c) 2003 Fabrice Bellard
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens
www.eeworm.com/read/227822/14410558
c usb-linux.c
/*
* Linux host USB redirector
*
* Copyright (c) 2005 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated document
www.eeworm.com/read/227822/14411081
s linux_boot.s
/*
* QEMU Boot sector to launch a preloaded Linux kernel
* Copyright (c) 2004 Fabrice Bellard
*/
#define LOAD_SEG 0x9000
.code16
.text
.globl _start
_start:
cli
cld
www.eeworm.com/read/227822/14411084