new: string.h

This commit is contained in:
fslongjin
2022-08-03 15:13:01 +08:00
parent aa7dc4daa5
commit d9ee6ea859
12 changed files with 191 additions and 120 deletions

View File

@ -10,6 +10,7 @@
#include <driver/uart/uart.h>
#include <driver/video/video.h>
#include "math.h"
#include <common/string.h>
struct printk_screen_info pos;
extern ul VBE_FB_phys_addr; // 由bootloader传来的帧缓存区的物理地址