Giter Club home page Giter Club logo

Comments (10)

MylesJohnson avatar MylesJohnson commented on June 20, 2024 3

There is this, https://github.com/cfenollosa/os-tutorial/wiki/How-to-boot-on-a-real-machine

from os-tutorial.

mohe2015 avatar mohe2015 commented on June 20, 2024

I don't know but it may work if you use dd.

dd bs=4M if=os-image.bin of=/dev/sdX conv=fsync

replace /dev/sdX with the path to your usb drive. TAKE CARE TO CHOOSE THE CORRECT DEVICE. OTHERWISE YOU WILL OVERWRITE IMPORTANT DATA. /dev/sda WOULD BE DEFINITELY WRONG AS IT IS YOUR CURRENT HARD DRIVE

from os-tutorial.

oussamabouchareb avatar oussamabouchareb commented on June 20, 2024

I wouldn't suggest that at all, a better way is to install quemo, and run:

~$nasm -fbin boot_sect_org.asm -o boot_sect_org.bin
~$qemu-system-x86_64 -fda boot_sect_org.bin

from os-tutorial.

Menotdan avatar Menotdan commented on June 20, 2024

I wouldn't suggest that at all, a better way is to install quemo, and run:

~$nasm -fbin boot_sect_org.asm -o boot_sect_org.bin
~$qemu-system-x86_64 -fda boot_sect_org.bin

Ya im using that i just want to boot it on usb

from os-tutorial.

Menotdan avatar Menotdan commented on June 20, 2024

I don't know but it may work if you use dd.

dd bs=4M if=os-image.bin of=/dev/sdX conv=fsync

replace /dev/sdX with the path to your usb drive. TAKE CARE TO CHOOSE THE CORRECT DEVICE. OTHERWISE YOU WILL OVERWRITE IMPORTANT DATA. /dev/sda WOULD BE DEFINITELY WRONG AS IT IS YOUR CURRENT HARD DRIVE

Thats wat i did it didnt boot on a physical machine

from os-tutorial.

mohe2015 avatar mohe2015 commented on June 20, 2024

I can't try it currently. Did you choose the correct device in the bios menu? And what happens if you try to boot from usb?

from os-tutorial.

Menotdan avatar Menotdan commented on June 20, 2024

I can't try it currently. Did you choose the correct device in the bios menu? And what happens if you try to boot from usb?

Yes, when i boot on physicall pc from the usb, it shows a blinking bar/cursor which goes down one line then it just stops

from os-tutorial.

Menotdan avatar Menotdan commented on June 20, 2024

I can't try it currently. Did you choose the correct device in the bios menu? And what happens if you try to boot from usb?

I can also boot the usb from qemu

from os-tutorial.

Menotdan avatar Menotdan commented on June 20, 2024

Here is my code, I update it daily: https://github.com/Menotdan/DripOS How would I make this an iso?

Also check the project tab, if you know how to do any of this, please PM me

from os-tutorial.

ceticamarco avatar ceticamarco commented on June 20, 2024

There is this, https://github.com/cfenollosa/os-tutorial/wiki/How-to-boot-on-a-real-machine

The problem with this solution is that keyboard doesn't work. It seems like a problem with GRUB...
Except of this (big) problem all seems to boot fine...

from os-tutorial.

Related Issues (20)

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.