diff options
author | Regina König | 2020-08-04 16:34:55 +0200 |
---|---|---|
committer | Regina König | 2020-08-04 16:34:55 +0200 |
commit | 7aad71da48750def1e68ddf9896a48c9b52b9d9a (patch) | |
tree | d579b9c47e7d99a774f385d6eb4faa296767db58 /documentation | |
parent | logger has a flag to log or not. Display function now clears the screen and s... (diff) | |
download | memtest86-7aad71da48750def1e68ddf9896a48c9b52b9d9a.tar.gz memtest86-7aad71da48750def1e68ddf9896a48c9b52b9d9a.tar.xz memtest86-7aad71da48750def1e68ddf9896a48c9b52b9d9a.zip |
moved btrace function to efi/ and bios/
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/memtest86+ code/main_c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/memtest86+ code/main_c b/documentation/memtest86+ code/main_c index d35dc47..ffeba34 100644 --- a/documentation/memtest86+ code/main_c +++ b/documentation/memtest86+ code/main_c @@ -1,5 +1,6 @@ - - +cpu_id defined in cpuid.c +barrier_s in smp.h +barrier_s *barr in smp.c void next_test() {} |