Giter Club home page Giter Club logo

x86_emulator_2's Introduction

X86_EMULATOR_2

X86_EMULATOR_2 is a x86 emulator written in C++ .

Haribote OS

demo

スクリーンショット 2021-12-01 8.35.34.png

富士山

FreeDOS(REAL MODE)

FreeDOS

osz

スクリーンショット 2021-12-12 21 33 31

diagnostic code Status
0x01(Conditional jumps and loops) passed
0x02(Quick tests of unsigned 32-bit multiplication and division) passed
0x03(Move segment registers in real mode) passed
0x04(Store, move, scan, and compare string data in real mode) passed
0x05(Calls in real mode) passed
0x06(Load full pointer in real mode) passed
0x08(GDT, LDT, PDT, and PT setup, enter protected mode) passed
0x09(Stack functionality) passed
0x0A(Test user mode (ring 3) switching) passed
0x0B(Moving segment registers) passed
0x0A(Test user mode (ring 3) switching) passed
0x0C(Zero and sign-extension) passed
0x0D(16-bit addressing modes (LEA)) passed
0x0E(32-bit addressing modes (LEA)) passed
0x0F(Access memory using various addressing modes) passed
0x10(Store, move, scan, and compare string data in protected mode) passed
0x11(Page faults and PTE bits) failed

Build

make

Run

Run Haribote OS

./x86 -i haribote.img

Run FreeDOS

./x86 -i fd.img

Run osz

./x86 -i full.img

Language and Library

c++14, SDL2

test : googletest

How to use mouse

Mouse into the emulator

Click mouse on the emulator 

Mouse out of the emulator

left-ctrl+left-alt+g

※Press left-ctrl+left-alt first, then g .

Test

./test.sh

or

make clean
make x86_test
./x86_test

Reference

Real Mode

https://bitbucket.org/7shi/8086run/

FONT

https://github.com/dhepper/font8x8

Contact

Feel free to contact me .

フロッピーディスクの音源について

※これは廃止になりました。

OtoLogicの素材を使用(https://otologic.jp/)

フロッピーディスクの音源ファイル:Floppy_Disk_Drive02-1(Operating_Noise).mp3

x86_emulator_2's People

Contributors

niwakadev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.