From 61ec86b71928afc4a7b0a9c787ba88d5b4b3040b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 30 Aug 2021 09:21:52 -0700 Subject: . --- html/apps/ex8.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/ex8.mu.html') diff --git a/html/apps/ex8.mu.html b/html/apps/ex8.mu.html index 1e920f16..429cddf4 100644 --- a/html/apps/ex8.mu.html +++ b/html/apps/ex8.mu.html @@ -61,8 +61,8 @@ if ('onhashchange' in window) { 3 # To build a disk image: 4 # ./translate apps/ex8.mu # emits code.img 5 # To run: - 6 # bochs -f bochsrc # bochsrc loads code.img - 7 # Set a breakpoint at 0x7c00 and start stepping. + 6 # qemu-system-i386 code.img + 7 # You shouldn't see any exceptions. 8 9 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) { 10 var n/eax: int <- copy 0 -- cgit 1.4.1-2-gfad0 a0bea'>diff stats
path: root/doc/howto-publish-a-release.txt
blob: 2ef99afe69bd2bb4661db6cd780e2d12eae8bf6c (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