Re: [Freedos-devel] Update on website redesign

2022-02-17 Thread shian via Freedos-devel
Hi, https://test.freedos.org looks great - two things I noticed immediately: 1. the search box on top is scratching the underline of [About] [News] ... 2. when switching between [About] [News] [Contribute] ... the screen flickers (using Firefox 89.0.2 (64-bit)). It's a very nice and clean design

Re: [Freedos-devel] Update on website redesign

2022-02-17 Thread tom ehlert
> It's been a while since I talked about the website redesign. It's been > a slow process, but I finally have an iteration live on the test site: > https://test.freedos.org/ for me, it's usually to download a single utility; I have not interest to download 0.5 GB AND INSTALL THIS TO A NEW MACHIN

Re: [Freedos-devel] RAMdrive install problem (on bare metal)

2022-02-17 Thread Eric Auer
Hi! SHELLHIGH = \FREEDOS\BIN\COMMAND.COM ... devicehigh=srdxms.sys If you have not EMM386-style driver loaded, then you should not use ...HIGH style commands. Also, you write that autoexec uses C:\FREEDOS\BIN\srdisk E:8192 /s=256 (using % notation for C:\FREEDOS) So I expect this "s

Re: [Freedos-devel] RAMdrive install problem (on bare metal)

2022-02-17 Thread Jerome Shidel
Hi, First, if you load the driver in the FDCONFIG.SYS you need to provide the full path to the driver. If you remove the line you have added to that file, then you can simply add this to the end of the FDAUTO.BAT or even create a separate batch file to only start the RAM disk when needed. ( as