-
-
0经核实吧主534105957 未通过普通吧主考核。违反《百度贴吧吧主制度》第八章规定http://tieba.baidu.com/tb/system.html#cnt08 ,无法在建设 x86汇编语言从实模式到保护模式吧 内容上、言论导向上发挥应有的模范带头作用。故撤销其吧主管理权限。百度贴吧管理组
-
01. 以管理员身份运行bximage.exe; 2. 生成镜像文件的命令: hd, flat, 1500, c.imghd: It is the format of your boot disk. | f
-
0没人看这本书了?一个帖子都没有!
-
1不知道有没有哪位前辈读过the design of the Unix operating system没有,小子望有前辈能指点我一下书中的问题。= ̄ω ̄=
-
3话说实模式下的寻址才刚弄明白,现在跳到保护模式了,彻底不会了,谁知道保护模式下怎么寻址啊?
-
2答: section mbr vstart=0x7c00 mov ax,cs mov ds,ax mov es,ax mov ss,ax xor sp,sp mov ax,0xb800 mov ds,ax mov byte [13*80*2+10*2],'m' mov byte
-
0题, 在 16 实模式下, jmp eax 会导致什么行为? mov ax,cs mov ds,ax mov es,ax mov ss,ax xor sp,sp mov eax,0x7c00+aa add eax,0xf000000 jmp eax aa