From 2d48bf83692dafeb018916e4f2d5c35760c23889 Mon Sep 17 00:00:00 2001 From: jerrykcode Date: Mon, 6 Dec 2021 18:57:59 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90d4d08..a21e7fb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ * [第四回 把自己在硬盘里的其他部分也放到内存来](https://mp.weixin.qq.com/s/hStc-y-sabP-KwJUDUesTw) * [第五回 进入保护模式前的最后一次折腾内存](https://mp.weixin.qq.com/s/5s_nmrWRZbA_4mkNKOQ2Cg) * [第六回 先解决段寄存器的历史包袱问题](https://mp.weixin.qq.com/s/p1a6QxYZyMpJF__uBSE1Kg) + * [第七回 六行代码就进入了保护模式](https://mp.weixin.qq.com/s/S5zarr9BmLhUHAmdmeNypA) + * [第八回 烦死了又要重新设置一遍idt和gdt](https://mp.weixin.qq.com/s/ssQKFMehxZxWT9i6mdRtXg) + * [第九回 Intel 内存管理两板斧:分段与分页](https://mp.weixin.qq.com/s/q2wU9IbX54t_GAuc9V5r7A) * **第二部分:大战前期的初始化工作**