搜索资源列表
es-atdisk1
- 这是火花机功能测试程序,很有参考价值,要好好看看哦
boot4200
- U盘第一扇区引导代吗,引导16~32扇区,U盘初始化为FAT32文件系统(注意笔记可能要求INT 13H 调用时DL=81H或者82H,本机为一体机测试用的是DL=0H)-U disk first sector of the boot-generation guide 16 to 32 sectors, U disk is initialized to the FAT32 file system (note the notes may require the invocation of the
Desktop
- 自己开发的一个myos系统。目前支持软盘驱动、串口、鼠标、24位RGB显示模式、BMP图片显示。使用软盘镜像文件在虚拟机中运行测试。附2张效果图。-Develop their own of a myos system. Currently supports a floppy disk drive, serial, mouse, 24-bit RGB display mode, BMP picture. Floppy disk image files in a virtual machine to
myos
- 自己开发的一个myos系统。目前支持软盘驱动、串口、鼠标、24位RGB显示模式、BMP图片显示。使用软盘镜像文件在虚拟机中运行测试。附2张效果图。 -Develop their own of a myos system. Currently supports a floppy disk drive, serial, mouse, 24-bit RGB display mode, BMP picture. Floppy disk image files in a virtual machine
msOS
- MS5基于STM32F103设计开发,可以在Keil下软件仿真调试,不需要实物硬件板子,UART1作为人机窗口。硬件测试是基于正点原子的miniSTM32F103RBT6板子测试,资料是开源的。MS5主要基于MS4(基于NXP Cortex M3)升级而来,因为在2011年基于MS4做了6KW高频焊接机,增加了界面部分,采用函数指针加消息机制,感觉比较简单而有效,性能比较不错,尤其是针对工业产品,系统节拍分时设计有进一步的体会,把这两点融入到MS5中,同时修改了串口UART发送系统等待问题,先把