From 46cf7b79083f9ebe4c70f232fe564b62d09eac20 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 27 Dec 2020 11:39:17 -0800 Subject: 7427 --- html/baremetal/ex2.hex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/baremetal/ex2.hex.html') diff --git a/html/baremetal/ex2.hex.html b/html/baremetal/ex2.hex.html index 437dbb0d..008f2dd3 100644 --- a/html/baremetal/ex2.hex.html +++ b/html/baremetal/ex2.hex.html @@ -55,7 +55,7 @@ if ('onhashchange' in window) { 2 # 3 # To run, first prepare a realistically sized disk image: 4 # dd if=/dev/zero of=disk.img count=20160 # 512-byte sectors, so 10MB - 5 # Load the disk image: + 5 # Load the program on the disk image: 6 # cat baremetal/boot.hex baremetal/ex2.hex |./bootstrap run apps/hex > a.bin 7 # dd if=a.bin of=disk.img conv=notrunc 8 # To run: -- cgit 1.4.1-2-gfad0 ve' href='/danisanti/profani-tty/tree/unittests/otr/stub_otr.c?id=05be60820f853eb6d829658917cafe379a2ae5f1'>tree commit diff stats
path: root/unittests/otr/stub_otr.c
blob: 482f0a7f5a9163e613f3438e98249d2a46f74028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108