mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-30 10:33:27 +00:00
port kmalloc and printk to rust (#83)
* 暂时移除cbindgen * 将lib文件夹更名为libs文件夹(解决rust的冲突) * 实现了全局的allocator * 实现了printk宏 * new: 完善了printk的颜色
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
#include "font.h"
|
||||
#include "glib.h"
|
||||
#include <lib/libUI/screen_manager.h>
|
||||
#include <libs/libUI/screen_manager.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern unsigned char font_ascii[256][16]; //导出ascii字体的bitmap(8*16大小) ps:位于font.h中
|
||||
|
Reference in New Issue
Block a user