archi:x86
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| archi:x86 [2016/03/17 07:58] – orel | archi:x86 [2024/03/18 15:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * Compiler Explorer: https:// | ||
| ====Exemple Hello World en GAS ==== | ====Exemple Hello World en GAS ==== | ||
| Line 352: | Line 353: | ||
| qemu-system-i386 -fda floppy.img -boot a # boot on floppy disk | qemu-system-i386 -fda floppy.img -boot a # boot on floppy disk | ||
| qemu-system-i386 -hda floppy.img | qemu-system-i386 -hda floppy.img | ||
| + | | ||
| + | On peut également mettre son bootloader sur le premier secteur d'une clef USB : /dev/sdc sur ma machine (fdisk -l). Mais, attention de ne pas se tromper au risque de perdre toutes vos données ! | ||
| + | |||
| + | cat hello.bin > /dev/sdc | ||
| + | | ||
| + | Puis on reboote la " | ||
| + | |||
| + | {{ : | ||
| Pour aller plus loin : | Pour aller plus loin : | ||
| Line 367: | Line 376: | ||
| - | ==== Pour aller plus loin ==== | + | ==== Pour aller encore |
| * http:// | * http:// | ||
archi/x86.1458201500.txt.gz · Last modified: 2024/03/18 15:05 (external edit)
