logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

s3c6410 Linux 驱动开发环境搭建

s3c6410 Linux 驱动开发环境搭建—— 既然你是做Linux开发的,你还用虚拟机?        很多人都在win下做开发,于是SD_writer.exe之类的烧写工具“大行其道”,多是用虚拟机Linux。完全转到Linux下学习开始蛮不爽的,开发板制作商送的教程都是些讲Win-CE的东东,感觉实质性的东西没什么。对于完全用Linux做开发的技术讲解非常少,连烧写SD卡都

#linux
组合键ctrl+c ctrl+z ctrl+d ctrl+/ ctrl+s ctrl+q 的作用

http://noworry.blog.51cto.com/6223479/1133921linux下:ctrl-c发送 SIGINT 信号给前台进程组中的所有进程。常用于终止正在运行的程序。ctrl-z发送 SIGTSTP 信号给前台进程组中的所有进程,常用于挂起一个进程。ctrl-d不是发送信号,而是表示一个特殊的二进制值,表示 EOF。ctrl-

#linux
make: Nothing to be done for `all'的解决办法

make: Nothing to be done for `all'If you are facing make running error on Linux/Centos please follow below step.ERROR:[root@locahost sarg-2.3.1]# makemake: Nothing to be done for `all'

#linux
Matlab 2014a for Linux 安装

Matlab 2014a for Linux             由于项目涉及到数值计算,Linux虽有Octave但是运行速度还是比不上matlab啊~同样的程序在teammate的win7下面的matlab跑出的结果和我在Linux下用Octave跑出的结果就完全不同~那速度....差了不知道几倍...             win下面的po jie 已经烂大街了

#matlab#linux
嘿!single_open 原来在这里

嘿!single_open 原来在这里找了一会儿,没找到,后面找某搜索引擎也没有很多关于single_open的信息其实single_open和single_release 都在/linux/seq_file.h里面int single_open(struct file *file, int (*show)(struct seq_file *

《linux 内核完全剖析》编译linux 0.12 内核 Ubuntu 64bits 环境

我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ makeld -s -x -M head.o  -o system > System.mapdd bs=32 if=boot of=Image skip=116+0 records i

《linux 内核完全剖析》get_free_page(void)【嵌入式汇编复习看这里】

unsigned long get_free_page(void){register unsigned long __res asm("ax");repeat:    __asm__("std ; repne ; scasb\n\t"        "jne 1f\n\t"        "movb $1,1(%%edi)\n\t"        "sall $12

#linux#嵌入式
《linux 内核完全剖析》 vsprintf.c 代码笔记

vsprintf.c 代码笔记你/**linux/kernel/vsprintf.c**(C) 1991Linus Torvalds*//* vsprintf.c -- Lars Wirzenius & Linus Torvalds. *//** Wirzenius wrote this portably, Torvalds fucked

《linux 内核完全剖析》上帝为什么是右移20,而不是22! dir = (unsigned long *) ((from>>20) & 0xffc)

在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊! dir = (unsigned long *) ((from>>20) & 0xffc)int free_page_tables(unsigned long from,unsigned long size){unsigned long *pg_table;unsigned long

    共 21 条
  • 1
  • 2
  • 3
  • 请选择