2022年9月5日

中断调用之猜想

摘要: 在launcher.asm中,使用了launch_applications过程三次调用了int 0x40去启动3个应用,构成了桌面背景,桌面图标和底部任务栏。这三次调用使用了eax,放置调用号19。ebx放置了应用的名称,ecx放置了参数BOOT。那么到了start_application_fl过程 阅读全文

posted @ 2022-09-05 17:14 oemwang 阅读(55) 评论(0) 推荐(0)

导航