diff options
author | Marvin Borner | 2019-11-24 16:54:10 +0100 |
---|---|---|
committer | Marvin Borner | 2019-11-24 16:54:10 +0100 |
commit | f9c50b9ff23e9a3e8db5826fef7a6e7ebb8af21d (patch) | |
tree | fb9f6d4bc9ae1aaed4cf558b8856c2b6ad5889a7 /bochs.txt | |
parent | 06fc2c2af5db74ba938a65f72bf505baa5eec23b (diff) |
Added bochs debugging
Diffstat (limited to 'bochs.txt')
-rw-r--r-- | bochs.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bochs.txt b/bochs.txt new file mode 100644 index 0000000..ba5db7e --- /dev/null +++ b/bochs.txt @@ -0,0 +1,8 @@ +megs: 64 +ata0-master: type=disk, path=./build/hdd10M.img, status=inserted +boot: disk +mouse: enabled=0 +sound: driver=dummy +clock: sync=realtime +cpu: ips=50000000 +display_library: x, options="gui_debug"
\ No newline at end of file |