Giter VIP home page Giter VIP logo

Comments (6)

nanochess avatar nanochess commented on July 21, 2024

bootOS is designed to work with floppy disks. Probably it would need modifications to run with your USB stick. You aren't telling me the computer model, processor, nor size of USB disk. Maybe replacing "xor dx,dx" just below the "disk:" label with "mov dx,0x0080", cannot guarantee it because I don't have tested it, not sure if the USB disk will be available at that drive number.

from bootos.

jakiki6 avatar jakiki6 commented on July 21, 2024

I tried to add a "mov byte [0xffff], dl" at the direct start and a "mov dl, byte[0xffff]" below the "xor dx, dx" but this doesn't solve the problem

from bootos.

piranna avatar piranna commented on July 21, 2024

If you are booting from USB, probably it's due to the emulated mode. More modern BIOS / UEFI boards can identify it as a USB hard disk, but some older ones can emulate USB drives as a hard drive, floppy disk or CD-ROM. Also CD-ROMs could be able to emulate themselves as hard disk or floppy disk... You would need to check what emulation mode (if any) is being used by your board when accessing the floppy disk, and continue from there.

from bootos.

jakiki6 avatar jakiki6 commented on July 21, 2024

Ok nvm I have my own fork which works fine.

from bootos.

nanochess avatar nanochess commented on July 21, 2024

Glad you could make it to work.

I've a Lenovo laptop with bootable USB but I don't have had the time to research it and make it to work.

It is still in my TO-DO list.

from bootos.

jakiki6 avatar jakiki6 commented on July 21, 2024

Btw you can check out my fork here
I've put a lot of work in it and it has some cool features.

from bootos.

Related Issues (12)

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.