kernel
Port Android OS on PXA270 device
I am working on WIN CE platform and quite new on Linux and android. I want to port android in PXA270 device running with ARM 9 processor. I googled and found, first install linux kernal, modify it acc[详细]
2023-04-01 15:39 分类:问答Using ext2 file system variant on Linux
I\'m a newbie to kernel programming, and I\'m stuck on something, so I\'d appreciate some help. I appologize in advance if something similar was asked before, I did not find any relevant post, and cou[详细]
2023-04-01 15:25 分类:问答How do I extract x86 related files from kernel source code?
I am trying to create a cscope index for x86 kernel source files only. I need to know what files may be needed to work with just x86 source开发者_运维百科 code.[详细]
2023-04-01 11:48 分类:问答Linux kernel module to check memory integrity
I\'m writing a kernel module that checks the integrity of code segments for running tasks by controlling checksums. I ran into a few hurdles:[详细]
2023-04-01 00:57 分类:问答Static constructors in C++ on my own OS kernel
I am trying to write a kernel in c++ and I am a beginner in OS development. Now I am implementing cout to display on a monitor, but I am facing some problems. I know the question I am asking is foolis[详细]
2023-03-31 18:30 分类:问答How to enable IRQ8 in my OS kernel? [closed]
开发者_开发技巧 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-03-31 14:07 分类:问答How to setup x86 paging? Getting triple fault error
I have a toy kernel that I\'m working with running under x86 on bochs. When I enable paging, bochs resets with a triple fault error. It seems that it is every and any memory access which triggers the[详细]
2023-03-30 18:59 分类:问答Small Linux application spawns SCHED_FIFO thread and sleeps. Long keypress locks the system
Running the code below (compiled with -lpthread) on a multicore system (Ubuntu 11.04 x86-32), which simply spawns a SCHED_FIFO thread and goes to sleep, displays some strange behavior. If you press a[详细]
2023-03-30 17:25 分类:问答How do I snatch the error code from the trap frame? [closed]
It's difficult to tel开发者_Python百科l what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-03-30 08:34 分类:问答call_usermodehelper / call_usermodehelperpipe usage
I\'ve followed this great document on invoking user apps from the kernel: http://www.ibm.com/developerworks/linux/library/l-user-space-apps/index.html[详细]
2023-03-29 13:10 分类:问答