diff options
author | 2025-01-23 10:41:10 +0800 | |
---|---|---|
committer | 2025-01-23 10:41:10 +0800 | |
commit | e6f77b7ea3e38c9853bee60b275f3f89d252a5b3 (patch) | |
tree | 80bfbabed9d4cbcf9fa62677f78b34279d7e2f87 /bochs/linux-0.11.bxrc | |
download | linux-0.11-master.tar.gz linux-0.11-master.zip |
Diffstat (limited to 'bochs/linux-0.11.bxrc')
-rw-r--r-- | bochs/linux-0.11.bxrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bochs/linux-0.11.bxrc b/bochs/linux-0.11.bxrc new file mode 100644 index 0000000..1903f1d --- /dev/null +++ b/bochs/linux-0.11.bxrc | |||
@@ -0,0 +1,12 @@ | |||
1 | romimage: file=$BXSHARE/BIOS-bochs-latest | ||
2 | megs: 16 | ||
3 | vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest | ||
4 | |||
5 | floppya: 1_44="$OSLAB_PATH/src/Image", status=inserted | ||
6 | ata0-master: type=disk, path="$OSLAB_PATH/hdc-0.11.img", mode=flat, cylinders=204, heads=16, spt=38 | ||
7 | boot: a | ||
8 | log: $OSLAB_PATH/bochsout.txt | ||
9 | |||
10 | display_library: x | ||
11 | #display_library: sdl | ||
12 | |||