[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: When qemu starts kernel image (given by -kernel option), d eo
From: |
Tomas By |
Subject: |
Re: Re: When qemu starts kernel image (given by -kernel option), d eos it initialize CPU registers like firmwares and bootloaders do before kernel loading? |
Date: |
Sun, 17 Jan 2021 10:07:51 +0100 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/26 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
On Sun, 17 Jan 2021 02:43:05 +0100, Berto Furth wrote:
> Is this related to the same "-kernel" question or is this a new topic?
It is probably `new,' as I do not know what other question you mean.
> Can you post the complete command line and parameters you're using to start
> QEMU?
#!/bin/sh
qemu-system-i386 -m 16 -k en-us -rtc base=localtime -soundhw sb16,adlib -device
cirrus-vga -display gtk -drive file=dos.img,format=raw,index=0,media=disk
-drive file=fat:rw:disk/,format=raw -boot order=c
("disk" is a sub-directory of the one from which I start it.)
> Interrupt 0x1E seems to be related to "SYSTEM DATA - DISKETTE PARAMETERS"
> according to Ralf Brown's interrupt list. Could a disk drive be misconfigured?
You tell me?
/Tomas
- Re: Re: When qemu starts kernel image (given by -kernel option), d eos it initialize CPU registers like firmwares and bootloaders do before kernel loading?, Tomas By, 2021/01/16
- Re: When qemu starts kernel image (given by -kernel option), d eos it initialize CPU registers like firmwares and bootloaders do before kernel loading?, Berto Furth, 2021/01/16
- Re: Re: When qemu starts kernel image (given by -kernel option), d eos it initialize CPU registers like firmwares and bootloaders do before kernel loading?,
Tomas By <=
- interrupt 001E, Tomas By, 2021/01/17
- Re: When qemu starts kernel image (given by -kernel option), d eos it initialize CPU registers like firmwares and bootloaders do before kernel loading?, Berto Furth, 2021/01/17
- interrupt 001E, Tomas By, 2021/01/17
- interrupt 001E, Tomas By, 2021/01/17
- Re: interrupt 001E, Jakob Bohm, 2021/01/18
- Re: interrupt 001E, Tomas By, 2021/01/19