You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
" Here is a coreboot image for QEMU with these two patches applied and my collection of wonderful and useful floppies added to popular the entries list: https://github.com/mikebdp2/floparchive/blob/master/coreboot.rom?raw=true
Descriptions of the most prominent floppies could be found here: http://dangerousprototypes.com/docs/Lenovo_G505S_hacking#Useful_floppies
Run this coreboot.rom by executing this QEMU command: (some floppies are 64-bit) qemu-system-x86_64 -L . -m 768 -localtime -vga vmware -net nic,model=rtl8139 -net user -soundhw ac97 -bios ./coreboot.rom -boot menu=on -serial stdio
@x-t , So I tried adding your ebin.img to this coreboot.rom image above: ~/coreboot/build/cbfstool ~/Downloads/coreboot.rom add -f ~/Downloads/ebin.img -n floppyimg/ebin.lzma -t raw -c lzma
It got added successfully and is displayed at SeaBIOS boot menu when I'm executing the QEMU command above, however it gives a "Something happened" message two times and a blinking "_". Then I read a message at your README and hope you could complete the implementation of CHS 😜
By the way, here's how I see your ebin.img in a memory map of coreboot.rom image:
The text was updated successfully, but these errors were encountered:
informer2016
changed the title
Tried to run it as a floppy inside the coreboot+SeaBIOS opensource BIOS, and all I got is a lousy "Something happened" message (two times :P)
Tried to run Ebin-DOS as a floppy inside the coreboot+SeaBIOS opensource BIOS, and all I got is a lousy "Something happened" message (two times :P)
Apr 21, 2019
" Here is a coreboot image for QEMU with these two patches applied and my collection of wonderful and useful floppies added to popular the entries list: https://github.com/mikebdp2/floparchive/blob/master/coreboot.rom?raw=true
Descriptions of the most prominent floppies could be found here: http://dangerousprototypes.com/docs/Lenovo_G505S_hacking#Useful_floppies
Run this coreboot.rom by executing this QEMU command: (some floppies are 64-bit)
qemu-system-x86_64 -L . -m 768 -localtime -vga vmware -net nic,model=rtl8139 -net user -soundhw ac97 -bios ./coreboot.rom -boot menu=on -serial stdio
^^^ quoted from a page https://mail.coreboot.org/hyperkitty/list/[email protected]/thread/CKWLNTZU43SAHQ26USNFASORA2H5BXBE/
@x-t , So I tried adding your ebin.img to this coreboot.rom image above:
~/coreboot/build/cbfstool ~/Downloads/coreboot.rom add -f ~/Downloads/ebin.img -n floppyimg/ebin.lzma -t raw -c lzma
It got added successfully and is displayed at SeaBIOS boot menu when I'm executing the QEMU command above, however it gives a "Something happened" message two times and a blinking "_". Then I read a message at your README and hope you could complete the implementation of CHS 😜
By the way, here's how I see your ebin.img in a memory map of coreboot.rom image:
Occupies just 665 bytes with LZMA compression 😆
The text was updated successfully, but these errors were encountered: