代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/291498/8412516
makefile
AR =ar
AS =as
CC =gcc -mcpu=i386
LD =ld
CFLAGS =-Wall -O -fstrength-reduce -fomit-frame-pointer \
-nostdinc -I../include
CPP =gcc -E -nostdinc -I../include
.c.s:
$(CC) $(CFLAGS) \
-S -o $*.s $<
.
www.eeworm.com/read/391067/8423442
txt 002.txt
第二课 消息框
--------------------------------------------------------------------------------
在本课中,我们将用汇编语言写一个 Windows 程序,程序运行时将弹出一个消息框并显示"Win32 assembly is great!"。
理论:
Windows 为编写应用程序提供了大量的
www.eeworm.com/read/391067/8423769
txt 用masmplus学习win32汇编(2) .txt
用MasmPlus学习Win32汇编(2)
作者:Zoologist 于2007-9-16上传
--------------------------------------------------------------------------------
控制台,就是Windows下面那个黑色的窗口。进入控制台有两种方式,一种是运行 Command.com:
www.eeworm.com/read/391067/8423945
txt 搜索api.txt
暴力搜索内存获得Api的线性地址
暴力?怕怕……呵呵,其实这里的“暴力”只是一个形象的比喻。首先说明,本文也是老掉牙的东东了,如果你已经懂得在内存中搜索 Api 的技术,那就不要浪费时间在这篇文章上了。但如果你还是一名初学者,那么看看本文,应该还是有点帮助的。
首先我们来看看为什么要在内存中搜索 Api 的线性地址。我们知道,一个 PE 文件在编译和连接成功后,会有一个 impor ...
www.eeworm.com/read/291252/8431549
makefile
#
# if you want the ram-disk device, define this to be the
# size in blocks.
#
RAMDISK = #-DRAMDISK=512
AS86 =as86 -0 -a
LD86 =ld86 -0
AS =gas
LD =gld
LDFLAGS =-s -x -M
CC =gcc $(RAMDISK)
CFLAGS =-W
www.eeworm.com/read/291252/8431691
makefile
#
# Makefile for the FREAX-kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/291252/8431752
makefile
AR =gar
AS =gas
CC =gcc
LD =gld
CFLAGS =-Wall -O -fstrength-reduce -fcombine-regs -fomit-frame-pointer \
-mstring-insns -nostdinc -I../include
CPP =gcc -E -nostdinc -I../include
.c.s:
$(CC) $(CFLAG
www.eeworm.com/read/190869/8436776
lst menu.lst
#
# Grub 0.95 中文版配置文件样例, by Gandalf(f22_storm@163.com)
# 2004 - 07 - 15 (midified 13:13 2004-11-13)
#
# 默认延迟时间(秒)
timeout 30
# 第一项为默认值
default 0
# Fallback to the second entry.
fallba
www.eeworm.com/read/190457/8443426
ndiswrapper-buginfo
#!/bin/sh
#set -ex
# Copyright (c) 2004 Torbj鰎n Svensson .
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public
www.eeworm.com/read/190457/8443445
template changelog.template
ndiswrapper (#NDISVERS#-1) unstable; urgency=low
* Built for kernel #KVERS#.
-- #MAINT# #DATE#