🆕 double buffer

This commit is contained in:
fslongjin
2022-05-20 19:37:26 +08:00
parent 59e847294a
commit 464837eb1a
11 changed files with 168 additions and 67 deletions

View File

@ -348,12 +348,6 @@ typedef struct
*/
void page_table_init();
/**
* @brief VBE帧缓存区的地址重新映射
* 将帧缓存区映射到地址0xffff800008000000处
*/
void init_frame_buffer();
/**
* @brief 将物理地址映射到页表的函数
*