代码搜索:ramdisk
找到约 1,135 项符合「ramdisk」的源代码
代码结果 1,135
www.eeworm.com/read/132906/14066805
txt 查看驱动器的类型.txt
查看驱动器的类型(也可以用来得到哪一个驱动器是光驱)
编写button的单击事件
var
i:integer;
c:string;
dtype:integer;
drivestring:string;
begin
//通过循环依次判断各盘符的类型
for i:=65 to 90 do
begin
c:=chr(i)+':\';
www.eeworm.com/read/111857/15501601
extra entries.extra
/Makefile////
/dtest.c////
/yaffs_fileem.c////
/yaffs_fileem2k.c////
/yaffs_fileem2k.h////
/yaffs_flashif.c////
/yaffs_flashif.h////
/yaffs_packedtags.c////
/yaffs_packedtags.h////
/yaffs_ram
www.eeworm.com/read/105865/15657650
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/378140/9250186
build
#!/bin/bash
ROOT_DIR="/usr/src/arm-linux-2.6/target"
False_Act()
{
cat mk.err
exit 1
}
make modules 2> mk.err || False_Act
[ -f $ROOT_DIR/.config ] && . $ROOT_DIR/.config
COPY_MODULE()
{
www.eeworm.com/read/371112/9565397
txt haibios.txt
HaiBIOS
HaiBIOS 是为我的S3C2410开发板写的一个启动程序。
C盘是RAMDISK,D盘是Nand Flash, E盘是 SD Card;
默认是加载d:\MAINPROG.BIN到内存中运行,请修改LoadMain()以符合自己的需要。
如果启动中检测到E盘根目录下有MAINPROG.BIN,将进入shell.方便用户烧写代码。
本程序可部分在VC下模
www.eeworm.com/read/331038/12854648
sources
TARGETNAME=$(_DRIVERNAME)
#TARGETPATH=obj
TARGETPATH=.
TARGETTYPE=DRIVER
ASM_LST=YES
USE_MAPSYM=1
BROWSER_INFO=1
MSC_WARNING_LEVEL=/W3
#INCLUDES=.\;$(BASEDIR)\inc\wxp
INCLUDES=.\;$(D
www.eeworm.com/read/137489/13320223
c identify.c
/* identify.c - Translate label names to kernel paths */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in th
www.eeworm.com/read/136475/5871140
h fs_conf.h
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 333
www.eeworm.com/read/287925/8660500
makefile
# Makefile for YAFFS direct test
#
# Copyright (C) 2003 Aleph One Ltd.
#
# Created by Charles Manning
#
# This program is free software; you can redistribute it and/or modify
#
www.eeworm.com/read/429423/8809071
makefile
# Makefile for YAFFS direct test
#
# Copyright (C) 2003 Aleph One Ltd.
#
# Created by Charles Manning
#
# This program is free software; you can redistribute it and/or modify
#