Git Product home page Git Product logo

ampt_labwork's Introduction

AMPT_Labwork

This repository contains all the assignments related to Advanced microprocessors x86 and mmx controllers.

What's inside?

  1. a) First assignment is related to printing the keypresses on qemu screen by writing in video memory using interrupt
    b) Second part is related to printing without using interrupt.
  2. Second assignment is jumping from real mode to protected mode and from there coming back.
  3. Third assignment is printing transpose of matrix using mmx registers

How to Run

  1. First one must have qemu installed on machine with nasm. Set up the working environment.

  2. To run part 1.a use following commands in shell:

    nasm -fbin printchar.asm -o printchar.bin
    qemu-system-i386 printchar.bin

  3. To run part 1.b use following commands in shell:

    nasm -fbin bootloader.asm -o bootloader.bin
    nasm -fbin realmode.asm -o realmode.bin
    cat bootloader.bin realmode.bin > result.bin
    qemu-system-i386 result.bin

  4. To run part part 2 use following commands in shell:

    nasm -fbin modejump.asm -o modejump.bin
    qemu-system-i386 modejump.bin

  5. To run part 3 use following commands in shell:

    nasm -fbin bootloader.asm -o bootloader.bin
    nasm -fbin transpose_of_matrix.asm -o transpose.bin
    cat bootloader.bin transpose.bin > result.bin
    qemu-system-i386 result.bin

Helping Hands

  1. Sawant Sir, Khatavkar Sir - COEP, Pune
  2. Utkarsh Andurkar
  3. Leeky 0x00sec vip - Realmode Assembly -Writing bootable stuff part 1 and part 2
  4. devdungeon
  5. Alex Parker website 3 zanders co uk

ampt_labwork's People

Contributors

sm8799 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.