From cb13d947404e44d23ad0dd51641523be530a8dff Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 30 Dec 2020 19:25:32 -0800 Subject: 7477 --- baremetal/ex2.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'baremetal') diff --git a/baremetal/ex2.mu b/baremetal/ex2.mu index 4e0f20ae..b386fe5b 100644 --- a/baremetal/ex2.mu +++ b/baremetal/ex2.mu @@ -1,11 +1,11 @@ # Test out the video mode by filling in the screen with pixels. # # To build a disk image: -# ./translate_subx_baremetal baremetal/ex2.subx # emits disk.img +# ./translate_mu_baremetal baremetal/ex2.mu # emits disk.img # To run: # qemu-system-i386 disk.img # Or: -# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img +# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img # # Expected output: # html/baremetal.png -- cgit 1.4.1-2-gfad0 > Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/run_one_test
blob: 6e81bb41b56ef99a58a83aa4524a14cf54945498 (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