Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bochs
Search - bochs - List
Bochs这个虚拟机的源代码。学习虚拟机的编写和操作系统的编写有帮助。
Update : 2008-10-13 Size : 3580086 Publisher : Allen

openbsd image文件,使用bochs进行仿真调试-openbsd image, using simulation debugging bochs
Update : 2024-05-08 Size : 1358848 Publisher : zada

DL : 0
Minix2.03的内核IMG文件和在BOCHS下的配置文件。-Minix2.03 kernel IMG documents and the BOCHS the configuration files.
Update : 2024-05-08 Size : 5003264 Publisher : 尹忠平

qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實機的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比 QEMU 快一點,但 Bochs 需要特定的 Kernel Patch;User-Mode-Linux 的 Guest System 必須為 Linux;VMware 和 Virtual PC 則需要在 Guest System 上安裝特定的 Driver,且它們是針對作業系統而進行模擬,並不能說是完整的模擬器。所以 QEMU 仍不失為極優秀的 x86 模擬器。-performance almost VMware Qemu emulator QEMU is the simulation of the rate of about 25 of machines Bochs is about 60 times. Plex86, User-Mode-Linux, VMware and Virtual PC is a little faster than QEMU, but Bochs need the specific Kernel Patch User-Mode-Linux for the Guest System must be Linux VMware and Virtual PC you need to install a specific Guest System the Driver, and they are carried out for operating systems simulation, and can not say that is a complete simulator. Therefore, QEMU is still very good x86 emulator.
Update : 2024-05-08 Size : 1901568 Publisher : weiruhui

DL : 0
这是我自己学习过程中写的,大家看一下,多提意见。谢谢! 暂时只实现了进程的管理和切换,文件系统打算用FAT12,文件系统模块已经大体完成,后面再加进行去吧;内存管理也不会等太久的。 使用方法: 1.安装bochs; 2.建一个软件镜像文件,使用WINIMAGE将BOOT.BIN写入引导扇区,将setup.bin和system.bin直接写进磁盘镜像文件就行了。 上面用到的几个文件已经有了,没有编译器的可以直接使用了。编译环境为GCC+NASM,直接在命令下点make即可,名子不要改动。 -This is my own process of learning to write and look at everyone and opinions. Thanks! Temporarily only realize the process of management and switch, file system intends to use the FAT12, file system module has been largely completed, to go back plus memory management, etc. will not be too long. Usage: 1. Install bochs 2. To build a software image file, use WINIMAGE will write BOOT.BIN boot sector will be directly incorporated into the setup.bin and system.bin disk image file on the list. Used above, several documents have been, there is no compiler can be directly used. Compiler environment GCC+ NASM, directly in order to make the next point, the name will not change.
Update : 2024-05-08 Size : 267264 Publisher : shengfeng

linux bochs 镜像这是被引导扇区代码读取到物理地址0x10000H处的代码,他被编译后写在第2个扇区开始的地方, 在这里写代码就不用顾忌512字节的限制了,随便写几个扇区,嘿嘿!-linux bochs image This is the boot sector code to the physical address read 0x10000H Department code, he had been compiled in the beginning of the first two sectors of the local, where the code would not scruple to write 512-byte limit, and not write a few sectors,嘿嘿!
Update : 2024-05-08 Size : 25600 Publisher : gongbing

DL : 0
QEMU是一套由Fabrice Bellard所编写的模拟操作系统的自由软件。它与Bochs,PearPC近似,但其具有某些后两者所不具备的特性,如高速度及跨平台的特性。经由kqemu这个非自由的加速器,QEMU能模拟至接近真实电脑的速度。 可以模拟 IA-32 (x86)个人电脑,AMD 64个人电脑,MIPS R4000, 升阳的 SPARC sun3 与 PowerPC (PReP 及 Power Macintosh)架构 支持其他架构,不论在主机或虚拟系统上 增加了模拟速度,某些程序甚至可以实时运行 适用于Linux ,Windows, FreeBSD and MaxOS X这几个平台 可以储存及还原运行状态(如运行中的程序) 可以虚拟网络卡 Qemu Manager是delphi源码 qemu是c源码 这里下载源码-QEMU is a set of written by Fabrice Bellard analog of the free software operating system. It with Bochs, PearPC approximate, but it has some of the latter two do not have the features such as high-speed and cross-platform features. By this non-free kqemu accelerator, QEMU can be simulated to a level close to the real speed of the computer. Can simulate the IA-32 (x86) PC, AMD 64 PC, MIPS R4000, Sun SPARC sun3 with the PowerPC (PReP and Power Macintosh) architecture to support other structure, whether in the host or virtual system to increase the speed of a simulation, a these procedures can even be applied to real-time operating Linux, Windows, FreeBSD and MaxOS X platform these can save and restore the operational status (such as in the operation of the procedure) can be virtual network card is delphi source Qemu Manager Qemu is the c source code here to download source
Update : 2024-05-08 Size : 4518912 Publisher : 渔民

DL : 0
动手写操作系统源代码,非常好的学习资料,在实模式下调试用td,当调试32位和16位汇合代码时,需要使用bochs来调试-Hands to write the operating system source code, a very good learning materials, reduction in real-mode probation td, when debugging 32-bit and 16-bit merging code, need to use Bochs to debug
Update : 2024-05-08 Size : 1925120 Publisher :

DL : 0
一个虚拟机平台的介绍bochs是完全模拟硬件的,时间到了-A virtual machine platform introduction Bochs is completely hardware simulation, time is running out
Update : 2024-05-08 Size : 8192 Publisher : zheng tian

DL : 0
一个虚拟机平台的介绍bochs是完全模拟硬件的,时间到了-A virtual machine platform introduction Bochs is completely hardware simulation, time is running out
Update : 2024-05-08 Size : 3072 Publisher : zheng tian

Bochs这个虚拟机的源代码。学习虚拟机的编写和操作系统的编写有帮助。-Bochs this virtual machine
Update : 2024-05-08 Size : 3580928 Publisher : Allen

Linux011-In_Bochs. 它是linux0.11在Bochs虚拟机中成功编译的镜像,解压后可直接在虚拟机中运行linux0.-Linux011-In_Bochs. It is linux0.11 at Bochs virtual machine successfully compile Mirror, decompression can be directly in the virtual machine running linux0.11
Update : 2024-05-08 Size : 9743360 Publisher : 安明伟

DL : 0
简单的操作系统源代码,包括系统引导,加载程序等,使用bochs引导系统-Simple operating system source code, including system boot, loading procedures, the use of guidance systems bochs
Update : 2024-05-08 Size : 29696 Publisher : 刘力

BIOS Rootkit为了达到控制系统流程的目的,一般会采用Hook IVT,即Hook中断向量表的方式来实现。IVT Hook的实现和检测,涉及许多具体的问题。因此,我把IVT Hook分几部分来进行讨论。在本节和下面几节中,我们将讨论如何借助Bochs的帮助来查看原始IVT、分析IVT Hook情况以及在此基础上写一个简单的IVT检测程序。闲话少说,这就开始我们的旅程吧-BIOS Rootkit process control system in order to achieve the purpose, would generally be applied Hook IVT, ie interruption Hook way to achieve scale. IVT Hook realization and testing, involving a number of specific issues. Therefore, I have several parts IVT Hook for discussion. In this section and the following sections, we will discuss how to help with Bochs to see the original IVT, analysis of IVT Hook, as well as written on the basis of a simple testing procedure IVT. Bet, which it began our journey
Update : 2024-05-08 Size : 359424 Publisher : 王小明

bochs 虚拟机程序 学习编译程序的好实例-bochs Virtual Machine compiler program to learn a good example of
Update : 2024-05-08 Size : 1739776 Publisher : 徐翠林

Linux0.11版本的源代码,集成bochs,由哈尔滨工业大学改写配置文件,可直接在ubuntu上实验-This is the source code for linux0.11 together with bochs. Much more, HIT has modified the configuration so that we can do experiment derectorily on Unbuntu environment
Update : 2024-05-08 Size : 21629952 Publisher : 卢伟阳

DL : 0
1. 安装带有虚拟硬盘的虚拟机(VMware、Bochs等); 2. 运行funix目录下的format.exe程序,按要求输入虚拟硬盘路径,即可格式化该虚拟硬盘; 3. 运行funix目录下的MakeImg.exe程序,同样输入虚拟硬盘路径,可将funix的boot、loader和kernel安装至虚拟硬盘 4. 若要在虚拟硬盘上放置文件,运行asd.exe,先输入虚拟硬盘路径,再输入文件路径。 -1. With the virtual hard disk to install the virtual machine (VMware, Bochs, etc.) 2. Run funix directory format.exe process, and asked to enter path to the virtual hard disk, you can format the virtual hard disk drive 3. Run funix directory MakeImg.exe program, also enter the path to the virtual hard disk can be funix the boot, loader and the kernel is installed to the virtual hard disk drive 4. To place the files in the virtual hard disk, run asd.exe, first enter the path to the virtual hard disk, and then enter the file path.
Update : 2024-05-08 Size : 252928 Publisher : zephyr

DL : 0
通用的虚拟机识别算法。很实用。 我这里在MSVC++6.0下开发的项目,给大家展示一下关于识别所有虚拟机的项目,这里放出代码 11. 检测VMWARE 虚拟机的通用办法 <<检测VMWARE 虚拟机的通用办法>> 12. 检测Sun VM Virtualbox 虚拟机的通用办法 <<检测Sun VM Virtualbox 虚拟机的通用办法>> 13. 检测Microsoft Virtual PC 虚拟机的通用办法 <<检测Microsoft Virtual PC 虚拟机的通用办法>> 14. 检测VM bochs 和 qemu 虚拟机的通用办法 <<检测VM bochs 和 qemu 虚拟机的通用办法>>-Universal virtual machine recognition algorithm. Very practical. I am here in MSVC++6.0 developed under the project, to show people what all the virtual machines on the identification of projects, where release of the code 11. VMWARE virtual machine, universal testing methods " " Detection of a common approach to VMWARE virtual machine " " 12. Detection Sun VM Virtualbox virtual machine, a common approach " " Detection of Sun VM Virtualbox virtual machine, a common approach " " 13. Detection of Microsoft Virtual PC virtual machine' s general approach " " Detection of Microsoft Virtual PC virtual machine' s general approach " " 14. Detection of VM bochs and qemu virtual machine, a common approach " " test VM bochs and qemu virtual machine, a common approach " "
Update : 2024-05-08 Size : 2048 Publisher : 爱雪人

linux-0.11中文完全注释版.用UtralEdit等软件可以查看。使用BOCHS可以运行。VMWARE也可以运行。-linux-0.11 English version of full annotations. UtralEdit using software such as can view it. Use BOCHS run. VMWARE can also run.
Update : 2024-05-08 Size : 997376 Publisher : 黄运

DL : 0
jos lab2代码,是操作系统课程实习的代码,由bochs模拟-jos lab2 code, is the operating system code internship program, the bochs simulation
Update : 2024-05-08 Size : 218112 Publisher : db
« 1 2 3 4 5 67 8 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.