Changes between Version 4 and Version 5 of Sperimentazione 1
- Timestamp:
- Mar 1, 2017, 3:07:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sperimentazione 1
v4 v5 14 14 }}} 15 15 16 Per lanciare Qemu con il debugger attivato (in gdb serve un corrispondente `target remote localhost: 6666`)16 Per lanciare Qemu con il debugger attivato (in gdb serve un corrispondente `target remote localhost:1234`) 17 17 18 18 {{{ 19 19 #!sh 20 qemu -S - gdb tcp::6666 mioboot-nobios-simple.asm20 qemu -S -s mioboot-nobios-simple 21 21 }}}