From 2998866b88f5f946010c07d2ede6eba8e389da6b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 15 Mar 2021 21:59:08 -0700 Subject: . --- boot.bochsrc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 boot.bochsrc (limited to 'boot.bochsrc') diff --git a/boot.bochsrc b/boot.bochsrc deleted file mode 100644 index a1c8a4bc..00000000 --- a/boot.bochsrc +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration for the Bochs x86 CPU emulator to run baremetal Mu programs -# See boot.subx for more details. -# -# Installing Bochs: -# On Mac OS: -# brew install bochs -# On Ubuntu Linux 20.04: -# sudo apt install bochs bochs-sdl bochsbios vgabios - -display_library: sdl2 - -ata0-master: type=disk, path="disk.img", mode=flat, cylinders=20, heads=16, spt=63 # 10MB, 512 bytes per sector -boot: disk -# PS/2 mouse requires black magic that I don't know how to explain. -log: - -- cgit 1.4.1-2-gfad0 value='main' selected='selected'>main 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 blame commit diff stats
path: root/048check_type_by_name.cc
blob: ea4bcba29dad30d44f5359b33b45cae20572284b (plain) (tree)
1
2
3
4
5
6
7
8
9
10