文件名称:GCC与汇编保护模式编程实例二
文件大小:49KB
文件格式:ZIP
更新时间:2022-06-23 06:12:47
GCC 汇编 保护模式 中断
实例二在实例一上面添加了PS2键盘中断,时钟中断,一个输出字符的0x80软中断。实例用到了linux0.01中的system.h中定义的两个函数...
【文件预览】:
2
----boot()
--------head.s(5KB)
--------boot.s(8KB)
----include()
--------io.h(695B)
--------system.h(3KB)
--------head.h(2KB)
----ndisasm(81KB)
----init()
--------main.c(1KB)
----tools()
--------systemss.s(13KB)
--------build.c(2KB)
--------build(13KB)
----Makefile(2KB)
----asm()
--------interrupt.s(1KB)