Logo TV (also simply known as Logo) is an American digital cable and satellite televisionchannel that is owned by Viacom Media Networks. From its launch up to February 21, 2012, the channel focused on lifestyle programming aimed primarily at lesbian, gay, bisexual, and transgender (LGBT) people. Since February 21, 2012, however, the channel has been shifting its focus away from LGBT programming & towards general cultural & lifestyle programming, prompting outrage from the channel's LGBT viewership, who responded by comparing the channel's new non-LGBT programming focus to that of the NBCUniversal-owned Bravo.
Sordid Lives
Writer Del Shores brought his series Sordid Lives: The Series to Logo in 2008. After Shores and the actors, including Beth Grant and Olivia Newton John were not paid, the series stopped production after only one season. Logo has still not paid them.
Viewers
As of February 2015, approximately 51,337,000 American households (44.1% of households with television) receive Logo.
CONFIG.SYS is the primary configuration file for the DOS and OS/2operating systems. It is a special ASCII text file that contains user-accessible setup or configuration directives evaluated by the operating system during boot. CONFIG.SYS was introduced with DOS 2.0.
Usage
The directives in this file configure DOS for use with devices and applications in the system. The CONFIG.SYS directives also set up the memory managers in the system. After processing the CONFIG.SYS file, DOS proceeds to load and execute the command shell specified in the SHELL line of CONFIG.SYS, or COMMAND.COM if there is no such line. The command shell in turn is responsible for processing the AUTOEXEC.BAT file.
CONFIG.SYS is composed mostly of name=value directives which look like variable assignments. In fact, these will either define some tunable parameters often resulting in reservation of memory, or load files, mostly device drivers and TSRs, into memory.
In DOS, CONFIG.SYS is located in the root directory of the drive from which the system was booted.
HIStory: Past, Present and Future, Book I (usually shortened to HIStory) is the ninth overall studio album and his fifth under Epic Records by American recording artist Michael Jackson. It was released on June 16, 1995 by Epic Records. This is Jackson's first album on his own label, MJJ Productions, and consists of two discs: the first disc (HIStory Begins) is a compilation of some of his greatest hits from 1979 onward, while the second disc (HIStory Continues) is a studio album composed entirely of new material. The majority of the second disc's tracks were written and produced by Jackson, often in conjunction with collaborators.
HIStory was Jackson's return to releasing music following the accusation of child sexual abuse in August 1993. Many of the 15 songs pertain to the accusations and Jackson's mistreatment in the media, specifically the tabloids. The songs' themes include environmental awareness, isolation, greed, suicide and injustice.
HIStory is Jackson's most controversial album. Jackson was accused of using anti-Semitic lyrics in "They Don't Care About Us". Jackson stated that he did not mean any offense and on multiple occasions denied anti-Semitism. The dispute regarding the lyrics ended with Jackson re-recording them. R. Kelly was accused of plagiarizing one of the album's songs, "You Are Not Alone". In 2007 a judge ruled that the song was plagiarized and the song was subsequently banned from radio stations in Belgium.
The Irish History Junior Certificate Examination is an achievement test offered in Ireland. It is one of a suite of Junior Certificate Examinations the country uses to assess students. It has two difficulty levels, Higher and Ordinary. This subject is not required at a national level. However, many schools make it compulsory. Most students choose to complete the Higher Level exam.
Ordinary level
The Ordinary Level exam lasts 90 minutes. It includes four questions. The maximum score is 180.
Higher level
The exam lasts 150 minutes. It includes six questions. The maximum score is 270.
Questions 1, 2 and 5 are mandatory. Only 10 of the 20 sub-questions in Question 3 are required. Question 4 includes two sections. One sub-question from each section must be answered. In Question 6, only two of four possible sub-questions need to be completed. The four sub-question topics are:
In the fields of databases and transaction processing (transaction management), a schedule (or history) of a system is an abstract model to describe execution of transactions running in the system. Often it is a list of operations (actions) ordered by time, performed by a set of transactions that are executed together in the system. If order in time between certain operations is not determined by the system, then a partial order is used. Examples of such operations are requesting a read operation, reading, writing, aborting, committing, requesting lock, locking, etc. Not all transaction operation types should be included in a schedule, and typically only selected operation types (e.g., data access operations) are included, as needed to reason about and describe certain phenomena. Schedules and schedule properties are fundamental concepts in database concurrency control theory.
Formal description
The following is an example of a schedule:
In this example, the horizontal axis represents the different transactions in the schedule D. The vertical axis represents time order of operations. Schedule D consists of three transactions T1, T2, T3. The schedule describes the actions of the transactions as seen by the DBMS.
First T1 Reads and Writes to object X, and then Commits. Then T2 Reads and Writes to object Y and Commits, and finally T3 Reads and Writes to object Z and Commits. This is an example of a serial schedule, i.e., sequential with no overlap in time, because the actions of in all three transactions are sequential, and the transactions are not interleaved in time.
Provided to YouTube by Routenote
CONFIG.SYS · MASTER BOOT RECORD
C:\ᐳCHKDSK /F
℗ MASTER BOOT RECORD
Released on: 2016-09-22
Auto-generated by YouTube.
published: 25 Mar 2020
Creating a Basic Config Sys File for MS DOS
In this video, I'm showing you how to set up a DOS PC using the basic CONFIG.SYS file. This is the file that tells your computer how to start up and run programs.
This DOS PC setup tutorial is designed for beginners and will walk you through the basics of configuring your computer for DOS use. This video is a great way to get started with DOS and learn some basic tips and tricks for using your computer in a simple and easy way! In this video, we'll show you how to configure your DOS PC with the basic CONFIG.SYS file. This file is essential for basic system operation and we'll walk you through the steps needed to set it up.
If you're new to MS-DOS or just need a quick refresher, this video is for you! We'll show you how to set up your DOS PC with the CONFIG.SYS file and get you started wi...
published: 06 Dec 2022
MS DOS Configuration: Getting the Most Out of Upper Memory Blocks
In this video we are discussing my dos configuration. Specifically, getting the most out of upper memory blocks
The goal is to get every last kilobyte we can into upper memory and keep as much conventional memory free as possible
NEW CONFIG SYS FILE
[menu]
menucolor=7,1
menudefault=normal,7
menuitem=normal, "Normal"
menuitem=USB, "USB Support"
menuitem=windows, "Windows"
[common]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
FILES=80
BUFFERS=20
LASTDRIVE=Z
[normal]
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[USB]
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\USB\USBASPI.SYS
DEVICEHIGH=C:\DRIVERS\USB\NJ32DISK.SYS
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /...
published: 27 Jul 2017
Config.Sys
Provided to YouTube by TuneCore
Config.Sys · MNQN
Mnqn
℗ 2019 True Anomaly Records LLC
Released on: 2019-04-05
Auto-generated by YouTube.
What is that menu when you boot FreeDOS, and how can you modify it to do something different? Let's explore the FDCONFIG.SYS file.
published: 18 Aug 2019
Breathless
Provided to YouTube by recordJet
Breathless · Config.sys
Digital Mayhem
℗ Pflichtkauf
Released on: 2018-10-19
Composer: Krischan Wesenberg
Composer: Sebastian Schweren
Auto-generated by YouTube.
published: 20 May 2020
How to configure Config.sys and Autoexec.bat on a slow machine with limited memory.
This is how i have configured my Schneider EuroPC with 512Kb RAM and an 9,54Mhz 8088 CPU.
Links:
Zeno: http://www.mdgx.com/files/ZENO174.ZIP
Ansi.com: http://www.filegate.net/camelot/miscfile/ansi13l.zip
DOS help: https://www.infania.net/misc/dos622help/index.html
PalmZip: http://leute.server.de/peichl/palmzipe.htm
CuteMouse: http://cutemouse.sourceforge.net/
4DOS: https://www.4dos.info/v4dos.htm
DOSMAX: https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/msdos/sysutl/dosmax21.zip
DOSMAX is not mentioned in the video. It loads parts of the system up to UMB memory, and gives you more conventional memory. Only works on 386+
published: 24 Sep 2020
Config.SyS - Frame Dragging (Geistform Remix) HD
Artist: Config.SyS
Album: Back and Forth
Year: 2007
Genre: Industrial / Powernoise
published: 04 Apr 2015
Frame Dragging
Provided to YouTube by recordJet
Frame Dragging · Config.sys
Gravity Probe (B)
℗ Sebastian Schweren
Released on: 2004-10-25
Composer: Sebastian Schweren
Composer: Stefan Komnick
Auto-generated by YouTube.
Provided to YouTube by Routenote
CONFIG.SYS · MASTER BOOT RECORD
C:\ᐳCHKDSK /F
℗ MASTER BOOT RECORD
Released on: 2016-09-22
Auto-generated by YouTube.
Provided to YouTube by Routenote
CONFIG.SYS · MASTER BOOT RECORD
C:\ᐳCHKDSK /F
℗ MASTER BOOT RECORD
Released on: 2016-09-22
Auto-generated by YouTube.
Provided to YouTube by Routenote
CONFIG.SYS · MASTER BOOT RECORD
C:\ᐳCHKDSK /F
℗ MASTER BOOT RECORD
Released on: 2016-09-22
Auto-generated by YouTube.
In this video, I'm showing you how to set up a DOS PC using the basic CONFIG.SYS file. This is the file that tells your computer how to start up and run program...
In this video, I'm showing you how to set up a DOS PC using the basic CONFIG.SYS file. This is the file that tells your computer how to start up and run programs.
This DOS PC setup tutorial is designed for beginners and will walk you through the basics of configuring your computer for DOS use. This video is a great way to get started with DOS and learn some basic tips and tricks for using your computer in a simple and easy way! In this video, we'll show you how to configure your DOS PC with the basic CONFIG.SYS file. This file is essential for basic system operation and we'll walk you through the steps needed to set it up.
If you're new to MS-DOS or just need a quick refresher, this video is for you! We'll show you how to set up your DOS PC with the CONFIG.SYS file and get you started with basic system operation. After watching this video, you'll be ready to start your MS-DOS journey! This DOS PC Setup Tutorial is a great way to learn how to set up a DOS PC and get started using it. We'll teach you everything you need to know to get started using DOS, and this video will be a valuable resource for years to come!
If this is your first time here thank you for stopping by. On this channel we discuss #retrocomputing and #unsupported software. You will find how to videos, demonstrations, slipstreaming updates, and repairing automatic updates for windows among many other projects. There is a little bit here for all manner of retro computing enthusiasts.
Channel Page: https://www.youtube.com/c/AdventuresinNostalgia
Subscribe: https://www.youtube.com/c/AdventuresinNostalgia?sub_confirmation=1
*Support the channel - Buy Me a Coffee: https://www.buymeacoffee.com/advinnos*
I appreciate you spending time here with me on the channel. If you would like to join me for more on retrocomputing and unsupported software please subscribe and click the bell icon so you don’t miss anything. #doscember
In this video, I'm showing you how to set up a DOS PC using the basic CONFIG.SYS file. This is the file that tells your computer how to start up and run programs.
This DOS PC setup tutorial is designed for beginners and will walk you through the basics of configuring your computer for DOS use. This video is a great way to get started with DOS and learn some basic tips and tricks for using your computer in a simple and easy way! In this video, we'll show you how to configure your DOS PC with the basic CONFIG.SYS file. This file is essential for basic system operation and we'll walk you through the steps needed to set it up.
If you're new to MS-DOS or just need a quick refresher, this video is for you! We'll show you how to set up your DOS PC with the CONFIG.SYS file and get you started with basic system operation. After watching this video, you'll be ready to start your MS-DOS journey! This DOS PC Setup Tutorial is a great way to learn how to set up a DOS PC and get started using it. We'll teach you everything you need to know to get started using DOS, and this video will be a valuable resource for years to come!
If this is your first time here thank you for stopping by. On this channel we discuss #retrocomputing and #unsupported software. You will find how to videos, demonstrations, slipstreaming updates, and repairing automatic updates for windows among many other projects. There is a little bit here for all manner of retro computing enthusiasts.
Channel Page: https://www.youtube.com/c/AdventuresinNostalgia
Subscribe: https://www.youtube.com/c/AdventuresinNostalgia?sub_confirmation=1
*Support the channel - Buy Me a Coffee: https://www.buymeacoffee.com/advinnos*
I appreciate you spending time here with me on the channel. If you would like to join me for more on retrocomputing and unsupported software please subscribe and click the bell icon so you don’t miss anything. #doscember
In this video we are discussing my dos configuration. Specifically, getting the most out of upper memory blocks
The goal is to get every last kilobyte we can i...
In this video we are discussing my dos configuration. Specifically, getting the most out of upper memory blocks
The goal is to get every last kilobyte we can into upper memory and keep as much conventional memory free as possible
NEW CONFIG SYS FILE
[menu]
menucolor=7,1
menudefault=normal,7
menuitem=normal, "Normal"
menuitem=USB, "USB Support"
menuitem=windows, "Windows"
[common]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
FILES=80
BUFFERS=20
LASTDRIVE=Z
[normal]
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[USB]
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\USB\USBASPI.SYS
DEVICEHIGH=C:\DRIVERS\USB\NJ32DISK.SYS
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[Windows]
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\WINDOWS\IFSHLP.SYS
STACKS=9,256
NEW AUTOEXEC BAT FILE
@ECHO OFF
CLS
goto %config%
:normal
REM LH C:\DOS\DOSKEY /INSERT
REM LH C:\DOS\APPEND=C:\DATA
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
LH C:\DOS\4DOS\KSTACK.COM
PROMPT $P$G
goto common
:USB
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
goto common
:windows
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
C:\WINDOWS\NET START
SET TEMP=C:\WINDOWS\TEMP
goto common
:common
SET SOUND=C:\DRIVERS\AUDIO
SET BLASTER=A220 I5 D1 H7 P330
PATH=C:\MSIE50;C:\DOS;C:\APPS;C:\APPS\MTCP;C:\WINDOWS;C:\WINDOSW\SYSTEM;C:\GAMES
goto end
:end
Welcome to the Adventure! This is Adam. If this is your first time here thank you for stopping by. On this channel we discuss retro tech and legacy software. From how to videos to demonstrations and experimentation. There is a little bit here for all manner or retro enthusiasts.
Channel Page: https://www.youtube.com/c/AdventuresinNostalgia
Subscribe:https://www.youtube.com/c/AdventuresinNostalgia?sub_confirmation=1
Here are some suggestions for videos to check out. If you are interested in learning about MS-DOS and how to use it. Check out this playlist
https://www.youtube.com/playlist?list=PLgc6pU96eC5zDNcG4hjRndeDf3l31eCQ-
https://www.youtube.com/playlist?list=PLgc6pU96eC5z9yqICCminF-4pkxcAx0Z2
If you want to learn more about early versions of Windows and what can be done with them. Check out these playlists.
https://www.youtube.com/playlist?list=PLgc6pU96eC5xpQFca-B4GKl79Y-4yeSS8
https://www.youtube.com/playlist?list=PLgc6pU96eC5ybM0aig5A8fA1kEahosprx
I appreciate you spending time here with me on the channel. If you would like to join me for more on retro tech and legacy software please subscribe and click the bell icon so you don’t miss anything. #msdos
In this video we are discussing my dos configuration. Specifically, getting the most out of upper memory blocks
The goal is to get every last kilobyte we can into upper memory and keep as much conventional memory free as possible
NEW CONFIG SYS FILE
[menu]
menucolor=7,1
menudefault=normal,7
menuitem=normal, "Normal"
menuitem=USB, "USB Support"
menuitem=windows, "Windows"
[common]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
FILES=80
BUFFERS=20
LASTDRIVE=Z
[normal]
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[USB]
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\USB\USBASPI.SYS
DEVICEHIGH=C:\DRIVERS\USB\NJ32DISK.SYS
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[Windows]
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\WINDOWS\IFSHLP.SYS
STACKS=9,256
NEW AUTOEXEC BAT FILE
@ECHO OFF
CLS
goto %config%
:normal
REM LH C:\DOS\DOSKEY /INSERT
REM LH C:\DOS\APPEND=C:\DATA
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
LH C:\DOS\4DOS\KSTACK.COM
PROMPT $P$G
goto common
:USB
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
goto common
:windows
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
C:\WINDOWS\NET START
SET TEMP=C:\WINDOWS\TEMP
goto common
:common
SET SOUND=C:\DRIVERS\AUDIO
SET BLASTER=A220 I5 D1 H7 P330
PATH=C:\MSIE50;C:\DOS;C:\APPS;C:\APPS\MTCP;C:\WINDOWS;C:\WINDOSW\SYSTEM;C:\GAMES
goto end
:end
Welcome to the Adventure! This is Adam. If this is your first time here thank you for stopping by. On this channel we discuss retro tech and legacy software. From how to videos to demonstrations and experimentation. There is a little bit here for all manner or retro enthusiasts.
Channel Page: https://www.youtube.com/c/AdventuresinNostalgia
Subscribe:https://www.youtube.com/c/AdventuresinNostalgia?sub_confirmation=1
Here are some suggestions for videos to check out. If you are interested in learning about MS-DOS and how to use it. Check out this playlist
https://www.youtube.com/playlist?list=PLgc6pU96eC5zDNcG4hjRndeDf3l31eCQ-
https://www.youtube.com/playlist?list=PLgc6pU96eC5z9yqICCminF-4pkxcAx0Z2
If you want to learn more about early versions of Windows and what can be done with them. Check out these playlists.
https://www.youtube.com/playlist?list=PLgc6pU96eC5xpQFca-B4GKl79Y-4yeSS8
https://www.youtube.com/playlist?list=PLgc6pU96eC5ybM0aig5A8fA1kEahosprx
I appreciate you spending time here with me on the channel. If you would like to join me for more on retro tech and legacy software please subscribe and click the bell icon so you don’t miss anything. #msdos
Provided to YouTube by recordJet
Breathless · Config.sys
Digital Mayhem
℗ Pflichtkauf
Released on: 2018-10-19
Composer: Krischan Wesenberg
Composer: Sebast...
Provided to YouTube by recordJet
Breathless · Config.sys
Digital Mayhem
℗ Pflichtkauf
Released on: 2018-10-19
Composer: Krischan Wesenberg
Composer: Sebastian Schweren
Auto-generated by YouTube.
Provided to YouTube by recordJet
Breathless · Config.sys
Digital Mayhem
℗ Pflichtkauf
Released on: 2018-10-19
Composer: Krischan Wesenberg
Composer: Sebastian Schweren
Auto-generated by YouTube.
This is how i have configured my Schneider EuroPC with 512Kb RAM and an 9,54Mhz 8088 CPU.
Links:
Zeno: http://www.mdgx.com/files/ZENO174.ZIP
Ansi.com: http://w...
This is how i have configured my Schneider EuroPC with 512Kb RAM and an 9,54Mhz 8088 CPU.
Links:
Zeno: http://www.mdgx.com/files/ZENO174.ZIP
Ansi.com: http://www.filegate.net/camelot/miscfile/ansi13l.zip
DOS help: https://www.infania.net/misc/dos622help/index.html
PalmZip: http://leute.server.de/peichl/palmzipe.htm
CuteMouse: http://cutemouse.sourceforge.net/
4DOS: https://www.4dos.info/v4dos.htm
DOSMAX: https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/msdos/sysutl/dosmax21.zip
DOSMAX is not mentioned in the video. It loads parts of the system up to UMB memory, and gives you more conventional memory. Only works on 386+
This is how i have configured my Schneider EuroPC with 512Kb RAM and an 9,54Mhz 8088 CPU.
Links:
Zeno: http://www.mdgx.com/files/ZENO174.ZIP
Ansi.com: http://www.filegate.net/camelot/miscfile/ansi13l.zip
DOS help: https://www.infania.net/misc/dos622help/index.html
PalmZip: http://leute.server.de/peichl/palmzipe.htm
CuteMouse: http://cutemouse.sourceforge.net/
4DOS: https://www.4dos.info/v4dos.htm
DOSMAX: https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/msdos/sysutl/dosmax21.zip
DOSMAX is not mentioned in the video. It loads parts of the system up to UMB memory, and gives you more conventional memory. Only works on 386+
Provided to YouTube by recordJet
Frame Dragging · Config.sys
Gravity Probe (B)
℗ Sebastian Schweren
Released on: 2004-10-25
Composer: Sebastian Schweren
Co...
Provided to YouTube by recordJet
Frame Dragging · Config.sys
Gravity Probe (B)
℗ Sebastian Schweren
Released on: 2004-10-25
Composer: Sebastian Schweren
Composer: Stefan Komnick
Auto-generated by YouTube.
Provided to YouTube by recordJet
Frame Dragging · Config.sys
Gravity Probe (B)
℗ Sebastian Schweren
Released on: 2004-10-25
Composer: Sebastian Schweren
Composer: Stefan Komnick
Auto-generated by YouTube.
Provided to YouTube by Routenote
CONFIG.SYS · MASTER BOOT RECORD
C:\ᐳCHKDSK /F
℗ MASTER BOOT RECORD
Released on: 2016-09-22
Auto-generated by YouTube.
In this video, I'm showing you how to set up a DOS PC using the basic CONFIG.SYS file. This is the file that tells your computer how to start up and run programs.
This DOS PC setup tutorial is designed for beginners and will walk you through the basics of configuring your computer for DOS use. This video is a great way to get started with DOS and learn some basic tips and tricks for using your computer in a simple and easy way! In this video, we'll show you how to configure your DOS PC with the basic CONFIG.SYS file. This file is essential for basic system operation and we'll walk you through the steps needed to set it up.
If you're new to MS-DOS or just need a quick refresher, this video is for you! We'll show you how to set up your DOS PC with the CONFIG.SYS file and get you started with basic system operation. After watching this video, you'll be ready to start your MS-DOS journey! This DOS PC Setup Tutorial is a great way to learn how to set up a DOS PC and get started using it. We'll teach you everything you need to know to get started using DOS, and this video will be a valuable resource for years to come!
If this is your first time here thank you for stopping by. On this channel we discuss #retrocomputing and #unsupported software. You will find how to videos, demonstrations, slipstreaming updates, and repairing automatic updates for windows among many other projects. There is a little bit here for all manner of retro computing enthusiasts.
Channel Page: https://www.youtube.com/c/AdventuresinNostalgia
Subscribe: https://www.youtube.com/c/AdventuresinNostalgia?sub_confirmation=1
*Support the channel - Buy Me a Coffee: https://www.buymeacoffee.com/advinnos*
I appreciate you spending time here with me on the channel. If you would like to join me for more on retrocomputing and unsupported software please subscribe and click the bell icon so you don’t miss anything. #doscember
In this video we are discussing my dos configuration. Specifically, getting the most out of upper memory blocks
The goal is to get every last kilobyte we can into upper memory and keep as much conventional memory free as possible
NEW CONFIG SYS FILE
[menu]
menucolor=7,1
menudefault=normal,7
menuitem=normal, "Normal"
menuitem=USB, "USB Support"
menuitem=windows, "Windows"
[common]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
FILES=80
BUFFERS=20
LASTDRIVE=Z
[normal]
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[USB]
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
DOS=HIGH,UMB
DEVICEHIGH=C:\DRIVERS\USB\USBASPI.SYS
DEVICEHIGH=C:\DRIVERS\USB\NJ32DISK.SYS
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
SHELL=C:\DOS\4DOS\4DOS.COM C:\DOS\4DOS\ /P
DEVICEHIGH=C:\DOS\ANSI.SYS
[Windows]
DEVICEHIGH=C:\DRIVERS\CDROM.SYS /D:BTC
DEVICE=C:\WINDOWS\IFSHLP.SYS
STACKS=9,256
NEW AUTOEXEC BAT FILE
@ECHO OFF
CLS
goto %config%
:normal
REM LH C:\DOS\DOSKEY /INSERT
REM LH C:\DOS\APPEND=C:\DATA
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
LH C:\DOS\4DOS\KSTACK.COM
PROMPT $P$G
goto common
:USB
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
goto common
:windows
LH C:\DRIVERS\SHCDX33F.COM /D:BTC
LH C:\DRIVERS\MOUSE\CTMOUSE.EXE
C:\WINDOWS\NET START
SET TEMP=C:\WINDOWS\TEMP
goto common
:common
SET SOUND=C:\DRIVERS\AUDIO
SET BLASTER=A220 I5 D1 H7 P330
PATH=C:\MSIE50;C:\DOS;C:\APPS;C:\APPS\MTCP;C:\WINDOWS;C:\WINDOSW\SYSTEM;C:\GAMES
goto end
:end
Welcome to the Adventure! This is Adam. If this is your first time here thank you for stopping by. On this channel we discuss retro tech and legacy software. From how to videos to demonstrations and experimentation. There is a little bit here for all manner or retro enthusiasts.
Channel Page: https://www.youtube.com/c/AdventuresinNostalgia
Subscribe:https://www.youtube.com/c/AdventuresinNostalgia?sub_confirmation=1
Here are some suggestions for videos to check out. If you are interested in learning about MS-DOS and how to use it. Check out this playlist
https://www.youtube.com/playlist?list=PLgc6pU96eC5zDNcG4hjRndeDf3l31eCQ-
https://www.youtube.com/playlist?list=PLgc6pU96eC5z9yqICCminF-4pkxcAx0Z2
If you want to learn more about early versions of Windows and what can be done with them. Check out these playlists.
https://www.youtube.com/playlist?list=PLgc6pU96eC5xpQFca-B4GKl79Y-4yeSS8
https://www.youtube.com/playlist?list=PLgc6pU96eC5ybM0aig5A8fA1kEahosprx
I appreciate you spending time here with me on the channel. If you would like to join me for more on retro tech and legacy software please subscribe and click the bell icon so you don’t miss anything. #msdos
Provided to YouTube by recordJet
Breathless · Config.sys
Digital Mayhem
℗ Pflichtkauf
Released on: 2018-10-19
Composer: Krischan Wesenberg
Composer: Sebastian Schweren
Auto-generated by YouTube.
This is how i have configured my Schneider EuroPC with 512Kb RAM and an 9,54Mhz 8088 CPU.
Links:
Zeno: http://www.mdgx.com/files/ZENO174.ZIP
Ansi.com: http://www.filegate.net/camelot/miscfile/ansi13l.zip
DOS help: https://www.infania.net/misc/dos622help/index.html
PalmZip: http://leute.server.de/peichl/palmzipe.htm
CuteMouse: http://cutemouse.sourceforge.net/
4DOS: https://www.4dos.info/v4dos.htm
DOSMAX: https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/msdos/sysutl/dosmax21.zip
DOSMAX is not mentioned in the video. It loads parts of the system up to UMB memory, and gives you more conventional memory. Only works on 386+
Provided to YouTube by recordJet
Frame Dragging · Config.sys
Gravity Probe (B)
℗ Sebastian Schweren
Released on: 2004-10-25
Composer: Sebastian Schweren
Composer: Stefan Komnick
Auto-generated by YouTube.
Logo TV (also simply known as Logo) is an American digital cable and satellite televisionchannel that is owned by Viacom Media Networks. From its launch up to February 21, 2012, the channel focused on lifestyle programming aimed primarily at lesbian, gay, bisexual, and transgender (LGBT) people. Since February 21, 2012, however, the channel has been shifting its focus away from LGBT programming & towards general cultural & lifestyle programming, prompting outrage from the channel's LGBT viewership, who responded by comparing the channel's new non-LGBT programming focus to that of the NBCUniversal-owned Bravo.
Sordid Lives
Writer Del Shores brought his series Sordid Lives: The Series to Logo in 2008. After Shores and the actors, including Beth Grant and Olivia Newton John were not paid, the series stopped production after only one season. Logo has still not paid them.
Viewers
As of February 2015, approximately 51,337,000 American households (44.1% of households with television) receive Logo.