移除不需要的有关地址替换的注释

This commit is contained in:
pointer-to-bios 2024-02-29 11:36:56 +08:00
parent 2f0f12f893
commit 6f14cd6322
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,6 @@
section .entry section .entry
extern init64 extern init64
; 寄存器ebx是multiboot2 information不可以使用 ; 寄存器ebx是multiboot2 information不可以使用
;
; 由于这个代码是32位环境的代码而链接器链接时会把它当作64位代码链接
; 所以这里所有的使用了常数的位置都要通过指令写入
init32: init32:
cli cli
@ -76,7 +73,6 @@ init32:
section .cpumeta align=4096 section .cpumeta align=4096
global PML4 global PML4
; 分页 ; 分页
; 链接器会把这些数据替换掉所以要在代码中重新设置
PML4: PML4:
dq 0x003 + PDPT0 dq 0x003 + PDPT0
resq 511 resq 511