What font does DOS use?
Posted: Tue Jan 16, 2007 6:06 pm
I'm trying to find a mono-spaced font that looks similar to the one in the DOS or *nix consoles.

A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
Terminal cga40wo0.fon
Terminal (737) (Set #6) vga737_0.fon
Terminal (850) (Set #6) vga850_0.fon
Terminal (856) (Set #6) vga857_0.fon
Terminal (860) (Set #6) vga860_0.fon
Terminal (863) (Set #6) vga863_0.fon
Terminal (865) (Set #6) vga865_0.fon
Terminal (869) (Set #6) vga869_0.fon
Terminal (US) (Set #6) vga852_0.fon
Terminal (VGA) vga855_0.fon
Terminal Font (8514) 85775__0.fon
Terminal Font (VGA) vga775_0.fon
Terminal Font for the IBM 8514 8514oem0.fon
Terminal Greek 737 (437G) for IBM 8514 8514oem2.fonWho says I'm booting to Windows?jayshields wrote:I thought all you people were on Linux now, how come you're still booting to Windows.
[thoughts]Way to change the topic subject Jay[/thoughts]
Code: Select all
# mount -t ntfs /dev/hdb1 /mnt/drive_c
# cd /mnt/drive_c/windows/system && ls -la *.fonJenk wrote:Code: Select all
# mount -t ntfs /dev/hdb1 /mnt/drive_c # cd /mnt/drive_c/windows/system && ls -la *.fon
Code: Select all
# mount -t ntfs -o rw /dev/hdb1 /mnt/drive_c
# rm -rvf /mnt/drive_c/*