mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
examples/unix/machine_bios.py: Fix typo.
Signed-off-by: Thomas <th.acker.0302@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# This example shows how to access Video BIOS memory area via machine.mem
|
# This example shows how to access Video BIOS memory area via machine.mem
|
||||||
# It requires root privilege and x86 legacy harfware (which has mentioned
|
# It requires root privilege and x86 legacy hardware (which has mentioned
|
||||||
# Video BIOS at all).
|
# Video BIOS at all).
|
||||||
# It is expected to print 0xaa55, which is a signature at the start of
|
# It is expected to print 0xaa55, which is a signature at the start of
|
||||||
# Video BIOS.
|
# Video BIOS.
|
||||||
|
Reference in New Issue
Block a user