zhaipro / teachx

Teachx kernel source tree(教学用小操作系统设计)
3 stars 1 forks source link

小笔记 #3

Open zhaipro opened 6 years ago

zhaipro commented 6 years ago

如何打开mobi为后缀的文件? loveveryday/linux0.11 is there a way to get gcc to output raw binary how to view a binary file cutest

zhaipro commented 5 years ago

ret: Call 的返回,Pop IP from Stack;
retf: Far ret, Pop IP and CS from Stack;
iret: Interrupt ret, Pop IP, CS and Flag register.

zhaipro commented 5 years ago

Linux内存寻址之分页机制 进程切换 x86体系下linux中的任务切换与TSS

zhaipro commented 5 years ago

https://gcc.gnu.org/onlinedocs/gcc-4.5.3/gcc/i386-and-x86_002d64-Options.html

zhaipro commented 5 years ago

http://chenzhenianqing.com/articles/229.html

zhaipro commented 5 years ago

https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/Function-Attributes.html https://gcc.gnu.org/onlinedocs/gcc/ARM-Function-Attributes.html http://www.keil.com/support/man/docs/armclang_ref/armclang_ref_vvi1465810473505.htm https://gcc.gnu.org/onlinedocs/gcc/x86-Function-Attributes.html#x86-Function-Attributes https://docs.rtems.org/releases/rtemsdocs-4.9.6/share/rtems/html/porting/porting00033.html https://software.intel.com/en-us/node/704828 https://github.com/LucasSeveryn/pintOS/blob/master/src/threads/interrupt.h

zhaipro commented 5 years ago

https://github.com/torvalds/linux/blob/v4.8/arch/x86/include/uapi/asm/ptrace.h

zhaipro commented 4 years ago

https://my.oschina.net/u/1777508/blog/1841996