我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。
ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make
ld -s -x -M head.o -o system > System.map
dd bs=32 if=boot of=Image skip=1
16+0 records i...
分类:
系统相关 时间:
2014-05-10 10:24:29
阅读次数:
474
EditorGUI.ProgressBar 进度条static
functionProgressBar(position:Rect,value: float,text: string) :
voidParameters参数totalPositionRectangle on the screen to...
分类:
其他好文 时间:
2014-05-10 01:28:36
阅读次数:
440
kernel version:2.6.33.7/linux-2.6.33.7OS:CentOS
6.4cross-compilation
chain:arm-linux-4.3.2/usr/local/arm/4.3.2/bin第一步:修改配置(1)选择合适的内核代码,作为硬件参考目标平台arch/...
分类:
系统相关 时间:
2014-05-09 11:38:14
阅读次数:
560
一、Linux Security Modules Linux Security Modules
(LSM) 是一种 Linux 内核子系统,旨在将内核以模块形式集成到各种安全模块中。在 2001 年的 Linux Kernel 峰会上,NSA 代表建议在
Linux 内核版本 2.5 中包含强制控....
分类:
系统相关 时间:
2014-05-08 21:20:31
阅读次数:
1245
1. 目标 使用集合类,在X++中存储数据 列出哪些应用对象控制不同的GUI组件
修改并使用Application Substituted Kernel Classes. 扩展RunBase框架,来创建新的批处理。 使用Args对象传送信息。
2.介绍 AX提供了大量标准系统类,你可以在开发X++代...
分类:
其他好文 时间:
2014-05-07 09:02:24
阅读次数:
322
1、屏幕元素属性的控制SCREEN
是一个系统标准结构体,其常用的属性及参数如下:name:屏幕对象的名称input:0表示不可输入;1表示可以输入,默认为1invisible:0表示可见,1表示不可见,若需要使其不可见必须先使其INPUT为属性为0不可输入,再设置invisible属性为1.2、屏...
分类:
其他好文 时间:
2014-05-05 12:50:17
阅读次数:
237
Post-Recovery Test Run Options Screen When you
clear the Add another recovery operation check box in the Recovery Operation
screen and click next, the...
分类:
其他好文 时间:
2014-05-04 19:37:19
阅读次数:
571
在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊!
dir = (unsigned long *) ((from>>20) & 0xffc)
int free_page_tables(unsigned long from,unsigned long size)
{
unsigned long *pg_table;
unsigned long...
分类:
系统相关 时间:
2014-05-04 18:22:41
阅读次数:
459
1.屏幕 (screen 属性) Window
对象的screen属性引用的是Screen对象,他有width , height 属性, 分别指定的是以像素计的屏幕的宽高, 而 availWidth
availHeight 指的是实际可用的宽和高(他们排出了桌面任务栏这些特性所用的宽高)。2 浏览....
分类:
其他好文 时间:
2014-05-04 09:59:24
阅读次数:
337
Linux的内核和System Call不好调试,参考这里:
http://stackoverflow.com/questions/5999205/cannot-step-into-system-call-source-code
简单来说,如果想在本机调试system call,那么当你进入system call时,系统已经在挂起状态了,那么它又怎样能响应用户的输入?
所以,有一个UML...
分类:
数据库 时间:
2014-05-04 09:28:22
阅读次数:
463