Skip to content

It is a platform to write your own OS kernel,its based on Linux Kernel 3.9.4 source code.

Notifications You must be signed in to change notification settings

majorxia/mykernel

 
 

Repository files navigation

Welcome to the mykernel!

It is a platform to write your own OS kernel,its based on Linux Kernel 3.9.4 source code.

  • Set up this platform

  • mykernel patch generated by this command:

    • diff -Naur linux-3.9.4 linux-3.9.4.new/ > mykernel_for_linux3.9.4sc.patch

Comments

  • mykernel这样一个短小精悍的模拟内核,时常给我提供了看问题的角度和思路。当被庞杂的Linux内核代码弄得一头雾水时,我就去看看mykernel,很多复杂的问题就可以用简单的机制解释。——pianogirl

Links

About

It is a platform to write your own OS kernel,its based on Linux Kernel 3.9.4 source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Makefile 0.5%