mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
改用int250作为系统调用
This commit is contained in:
@ -48,4 +48,5 @@ void machine_check();
|
||||
void SIMD_exception();
|
||||
void virtualization_exception();
|
||||
|
||||
void syscall_int(); // 系统调用门
|
||||
void sys_vector_init();
|
Reference in New Issue
Block a user