mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Typo: iozize -> iosize (#594)
This commit is contained in:
committed by
Philipp Oppermann
parent
b8d3aa32e9
commit
11e1f0d787
@@ -144,7 +144,7 @@ test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04"]
|
||||
|
||||
The `bootimage runner` appends the `test-args` to the default QEMU command for all test executables. For a normal `cargo xrun`, the arguments are ignored.
|
||||
|
||||
Together with the device name (`isa-debug-exit`), we pass the two parameters `iobase` and `iozize` that specify the _I/O port_ through which the device can be reached from our kernel.
|
||||
Together with the device name (`isa-debug-exit`), we pass the two parameters `iobase` and `iosize` that specify the _I/O port_ through which the device can be reached from our kernel.
|
||||
|
||||
### I/O Ports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user