Last change
on this file since 30736 was 30736, checked in by vboxsync, 15 years ago |
bootsector2-test1.asm,++: real mode tests.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
794 bytes
|
Line | |
---|
1 | %ifndef ___VBox_VMMDevTesting_h
|
---|
2 | %define ___VBox_VMMDevTesting_h
|
---|
3 | %define VMMDEV_TESTING_MMIO_BASE 0x00101000
|
---|
4 | %define VMMDEV_TESTING_MMIO_SIZE 0x00001000
|
---|
5 | %define VMMDEV_TESTING_MMIO_NOP (VMMDEV_TESTING_MMIO_BASE + 0x000)
|
---|
6 | %define VMMDEV_TESTING_MMIO_TODO (VMMDEV_TESTING_MMIO_BASE + 0x004)
|
---|
7 | %define VMMDEV_TESTING_MMIO_RM_SEL 0xffff
|
---|
8 | %define VMMDEV_TESTING_MMIO_RM_OFF(val) ((val) - 0xffff0)
|
---|
9 | %define VMMDEV_TESTING_IOPORT_BASE 0x0510
|
---|
10 | %define VMMDEV_TESTING_IOPORT_COUNT 0x0010
|
---|
11 | %define VMMDEV_TESTING_IOPORT_NOP (VMMDEV_TESTING_IOPORT_BASE + 0)
|
---|
12 | %define VMMDEV_TESTING_IOPORT_TS_LOW (VMMDEV_TESTING_IOPORT_BASE + 1)
|
---|
13 | %define VMMDEV_TESTING_IOPORT_TS_HIGH (VMMDEV_TESTING_IOPORT_BASE + 2)
|
---|
14 | %define VMMDEV_TESTING_NOP_RET 0x64726962
|
---|
15 | %endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.