8000 GitHub - voidccc/linux0.00: linux 0.00 tested on Ubuntu 12.04.1(Bochs 2.4.6)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

voidccc/linux0.00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#  A mini IA-32 operating-system in <<Linux内核完全注释>>修正版V3.0
#  Tested on Ubuntu 12.04.1(bochs 2.4.6)
#
#  Run it:
#  $ make
#  $ bochs
#
#  Change log:
#  movl scr_loc, %bx => movl scr_loc, %ebx
#  movl $65, %al => movb $65, %al
#  movl $66, %al => movb $66, %al
#  align 2 => align 4
#  align 3 => align 8
#
#  More:
#  http://blog.csdn.net/voidccc

About

linux 0.00 tested on Ubuntu 12.04.1(Bochs 2.4.6)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0