Subversion Repositories SvarDOS

Rev

Rev 81 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 190
Line 1... Line 1...
1
/*
1
/*
2
 * Video routines used by the Svarog386 installer
2
 * Video routines used by the SvarDOS installer
3
 * Copyright (C) 2016 Mateusz Viste
3
 * Copyright (C) 2016 Mateusz Viste
4
 *
4
 *
5
 * All video routines output data directly to VRAM, and they all do that
5
 * All video routines output data directly to VRAM, and they all do that
6
 * to both B8000:0000 and B0000:0000 areas simulteanously, for compatibility
6
 * to both B8000:0000 and B0000:0000 areas simulteanously, for compatibility
7
 * with all possible video adapters in all possible modes.
7
 * with all possible video adapters in all possible modes.