diff options
| author | klaar36 <klas.arvidsson@liu.se> | 2015-03-20 17:30:24 +0100 |
|---|---|---|
| committer | klaar36 <klas.arvidsson@liu.se> | 2015-03-20 17:30:24 +0100 |
| commit | e7bc50ca8ffcaa6ed68ebd2315f78b0f5a7d10ad (patch) | |
| tree | 4de97af7207676b69cb6a9aba8cb443cc134855d /src/threads/bochsrc.txt | |
| parent | b0418a24e709f0632d2ede5b0f327c422931939b (diff) | |
| download | pintos-rs-e7bc50ca8ffcaa6ed68ebd2315f78b0f5a7d10ad.tar.gz | |
Initial Pintos
Diffstat (limited to 'src/threads/bochsrc.txt')
| -rw-r--r-- | src/threads/bochsrc.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/threads/bochsrc.txt b/src/threads/bochsrc.txt new file mode 100644 index 0000000..2ac8738 --- /dev/null +++ b/src/threads/bochsrc.txt @@ -0,0 +1,10 @@ +romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000 +vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest +boot: disk +cpu: ips=1000000 +megs: 4 +log: bochsout.txt +panic: action=fatal +clock: sync=none, time0=0 +ata0-master: type=disk, path=/tmp/c9HlBlQTJq.dsk, mode=flat, cylinders=1, heads=16, spt=63, translation=none +com1: enabled=1, mode=term, dev=/dev/stdout |
