mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
o3能运行
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
#include <common/kprint.h>
|
||||
#include <mm/mm.h>
|
||||
|
||||
#pragma GCC push_options
|
||||
#pragma GCC optimize("O0")
|
||||
//描述符表的结构体
|
||||
struct desc_struct
|
||||
{
|
||||
@ -184,4 +186,6 @@ void set_tss64(unsigned int *Table, unsigned long rsp0, unsigned long rsp1, unsi
|
||||
*(unsigned long *)(Table + 19) = ist6;
|
||||
*(unsigned long *)(Table + 21) = ist7;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#pragma GCC pop_options
|
Reference in New Issue
Block a user