We added a system call to modify idt table, then programed it in modify_idt.c 1. Put our modify_idt.c file in /usr/src/linux-3.10.15/arch/x86/kernel 2. /usr/src/linux-3.10.15/arch/x86/syscalls# vim syscall_64.tbl add a new line 314 64 modify_idt sys_…
Ubuntu 13.04/12.10安装Oracle 11gR2图文教程 原文标题:How to Install Oracle 11G R2 Enterprise Edition Database Ubuntu 12.10 / 12.04 注:原文出自:http://www.techienote.com/tag/oracle-database-11g-r2-on-ubuntu-12-04 Following is the how to for installing Oracle Database…
Fix catalyst driver in Ubuntu 13.04 / 13.10(墙外文章备份) 1. Introduction I found lots of people struggling to get catalyst driver work in Ubuntu 13.04. This issue has been persistent for some laptops, ever since Ubuntu 13.04 came out, specially for Intel,…
Ubuntu 13.04/CentOS 6.4 下C++开发时的相关设置 一.基本设置 首先,为了可以使我们的c++ 可以找到 iostream类,std标准库,我们需要在C/C++ General->Paths and Symbols 中添加include dictionarys. 当然,从c/c++ Build ->settings->gcc c++ complier中也可以添加.这样,我们便可以解决include包含问题. 其次,On a project with two targ…