mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
🐛 修复traceback终点判断的bug
This commit is contained in:
@ -73,7 +73,7 @@ int main()
|
||||
int kb_fd = open(kb_file_path, 0);
|
||||
// printf("keyboard fd = %d\n", kb_fd);
|
||||
print_ascii_logo();
|
||||
int a = 1/0;
|
||||
|
||||
main_loop(kb_fd);
|
||||
while (1)
|
||||
;
|
||||
|
Reference in New Issue
Block a user