Displaying 2 results from an estimated 2 matches for "oeoh32r".
2014 Jan 20
0
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <CAL9Ac2TasS6RfoC5i-oeOh32r+h0QBpVCSNhQMG1MN_KmAr6mw at mail.gmail.com>
Dean Graff <graff97 at gmail.com> wrote:
># I think this qualifies as a bootloader, sort of
># sincerely hope it helps address Mr. Guilmette curiousity
Yes. Thank you.
It had not occurred to me that ye good olde BIOS is/was still there,...
2014 Jan 19
2
USB boot problems on Gigabyte GA-M55Plus-S3G
#!/bin/bash
# a small shell script to:
# 1) make a simple asm program
# 2) compile that program with `nasm'
# 3) convert resulting .bin to a .img with `dd'
# 4) boot the reulting "hello.img" with qemu/kvm
# I think this qualifies as a bootloader, sort of
# sincerely hope it helps address Mr. Guilmette curiousity
# -chris graff
printf '
BITS 16
jmp