|
Algorithm 1 Collecting the error position from EDF to OS |
-
1:
functionOS_MFM_collect_errors()
-
2:
while true do
-
3:
if EDF_Error_Found_Interrupt() then
-
4:
-
5:
switch do
-
6:
case
-
7:
-
8:
case
-
9:
-
10:
case
-
11:
-
12:
else
-
13:
-
14:
procedureEDF_inform_error_to_OS_MFM()
-
15:
while do
-
16:
if then
-
17:
-
18:
-
19:
else
-
20:
|