搜索资源列表
FloppyWriter
- 用于声称软盘镜像 或者 变 .bin2img ,主要用于学习开发自己系统使用的一个工具-Use this program to make your own floppy disk image. When you want to develop your own OS, you need it to ease your work.
operatingsystemsourcecode
- \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文
FloppyWriter
- 一个映像文件写工具,成公之后可以在虚拟机下直接运行,适合写操作系统时的调试工作
FloppyWriter
- 《自己动手写操作系统》中自带的写软盘的VC程序,可供学习
tinix_os
- === ==== 关于本光盘 ========== \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根
FloppyWriter
- FloppyWriter 用以写引导扇区,支持软盘和软盘映像。
FloppyWriter.rar
- 磁盘写入程序和源代码。功能是向软盘写入固定的位置(实现软盘启动系统),floopywriter
boot
- boot.asm是用nasm汇编程序做的VESA显存模式驱动的写点 带有软盘驱动引导程序 用FloppyWriter.exe写主引导区-boot.asm is done NASM assembler VESA mode driver memory write point boot with the floppy disk drive used to write the Master Boot FloppyWriter.exe District
FloppyWriter
- 可以实现对软盘或者虚拟软盘的引导扇区的写操作 可用于制作启动盘-Can be achieved on a floppy disk or virtual floppy disk boot sector of the write operation can be used to create a boot disk
FloppyWriter
- 本程序属于操作系统程序,可能会给大家的作业带来帮助,其功能是将硬盘和软盘的文件间实现相互读写,希望想实现此功能的朋友喜欢-This procedure belongs to the operating system procedures, the operation may be helpful to everyone for their homework, and its function is to document the hard disk and floppy disk to read
FloppyWriter
- 这是一个用visual c++ 完成的软盘读写项目,里面包含完整的代码,以及可以执行的文件。大家可以试一下,用起来很方便。我平常就用它写虚拟软盘。-This is a visual c++ using the floppy disk to read and write to complete the project, which contains the complete code, as well as documents that can be implemented. We can try
FloppyWriter
- 于渊《自己动手写操作系统》中所需用的工具源码-Yu Yuan " to write himself is the operating system" in the tools required for source code
FloppyWriter
- 制作虚拟软盘,通过floppyWriter,对nasm编译后的bin文件制作成镜像(Make virtual floppy disk)