Last active
December 1, 2018 11:41
-
-
Save danfal/c98e8cc5c7a94e94c89964e011650fd4 to your computer and use it in GitHub Desktop.
Revisions
-
danfal revised this gist
Dec 1, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ megs: 160 floppya: image="a.img", status=inserted # a.img = 1.44MB floppy generated with bximage, day0.bin dd'd into first 513 bytes (dd conv=notrunc if=day0.bin of=a.img) boot: floppy cpu: count=1 vga: extension=vbe mouse: enabled=0 log: bochs.log -
danfal revised this gist
Dec 1, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # installera bochs och bochs-x gui plugin # Skapa en 1.44MB floppy drive med interaktiva programmet 'bximage' # dd conv=notrunc if=day0.bin of=a.img # Skapa en bochsrc.txt som innehåller: -
danfal revised this gist
Dec 1, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # installera bochs och bochs-x gui plugin # Skapa en 1.44MB floppy drive med interaktiva programmet 'bximage' # dd conv=notrunk if=day0.bin of=a.img -
danfal created this gist
Dec 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # Skapa en 1.44MB floppy drive med interaktiva programmet 'bximage' # dd conv=notrunk if=day0.bin of=a.img # Skapa en bochsrc.txt som innehåller: megs: 160 floppya: image="a.img", status=inserted # a.img = 1.44MB floppy generated with bximage, day0.bin dd'd into first 513 bytes (dd conv=notrunc if=day0.bin of=a.img) boot: floppy cpu: count=1#, ips=1000000 vga: extension=vbe mouse: enabled=0 log: bochs.log logprefix: %t%e%d panic: action=report error: action=report info: action=report debug: action=report display_library: x, options="gui_debug" # KÖR bochs utan arg i samma dir som bochsrc.txt/a.img