From 5b31f676f96d883275ad922e1532459752ed8656 Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Thu, 3 Dec 2020 21:46:27 +0800 Subject: [PATCH] Update Architecture.md Reset function should be 0xF0 not 0xFD --- Source/Doc/Architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Doc/Architecture.md b/Source/Doc/Architecture.md index 674d6a8e..f194f9a9 100644 --- a/Source/Doc/Architecture.md +++ b/Source/Doc/Architecture.md @@ -1623,7 +1623,7 @@ the value of the subfucntion. See subfunctions below. #### SYSRESET Subfunction 0x00 -- Internal HBIOS Reset (RESINT) | _Entry Parameters_ -| BC: 0xFD00 +| BC: 0xF000 | _Returned Values_ | A: Status (0=OK, else error) @@ -1634,7 +1634,7 @@ current OS. Does not reinitialize physical devices. #### SYSRESET Subfunction 0x01 -- Warm Start System (RESWARM) | _Entry Parameters_ -| BC: 0xFD01 +| BC: 0xF001 | _Returned Values_ | @@ -1645,7 +1645,7 @@ reinitialize physical devices. #### SYSRESET Subfunction 0x02 -- Cold Start System (RESCOLD) | _Entry Parameters_ -| BC: 0xFD02 +| BC: 0xF002 | _Returned Values_ |