FreeDOS 30th Anniversary with Jim Hall and Jeff Brace

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 19

  • @axle.student
    @axle.student 5 месяцев назад +2

    Happy 30th Birthday, Thanks for all of your effort and dedication with FreeDOS over the years :)
    >
    I really enjoyed working with V1.3 and have a couple of nice custom images with some dev tools to play with.
    I am using VirtualBox at the moment and it works well except VB no longer provides legacy support. Some video can be iffy and there is no midi synth hardware emulation, but still a good experience for some programming etc. :)
    >
    I did take some C (GCC) and FreeBASIC source over from Windows/Linux 64 to JDGPP and FB DOS without any issues for a test run.
    I am looking forward when I get some time to see if I can find or think up any useful CLI utilities out of my source collection. I did a guide on v1.3 setup as well as setting up some dev tools and libraries. I think I posted the PDF on Github... I think :/
    Anyways, there is a 3 part quick video overview on my YT channel showing some FreeDOS setup fun :)
    >
    I am curious about FreeDOS file server ( I can't remember if there was one), but rejetto HFS is easily browsable from the one of the FreeDOS web browsers.
    >
    Good luck and wishes for all future releases :)

    • @vcfederation
      @vcfederation  5 месяцев назад +2

      @axle.student: Thanks so much for your thoughtful comments!

  • @SuperWillEvans
    @SuperWillEvans 4 месяца назад +1

    I used to use WP5.2 running my invoicing system right up until 2004. Worked like a charm.

    • @vcfederation
      @vcfederation  3 месяца назад

      @SuperWillEvans: Sometimes you have to stick with what works. Sometimes the old stuff just works! Why upgrade when what you have does the job?

  • @maxmuster7003
    @maxmuster7003 4 месяца назад +1

    Truthfully a high rang wizzard of DOS.🎉

    • @vcfederation
      @vcfederation  4 месяца назад +1

      @maxmuster7003: Jim is indeed a grand wizard of DOS!

  • @DeFrisselle
    @DeFrisselle 5 месяцев назад +2

    In high school we used Bank Street Writer Well, my classmates did I had GeoWrite at home

    • @vcfederation
      @vcfederation  5 месяцев назад +1

      @DeFrisselle: My teacher used Bank Street Writer while us kids used LOGO turtle graphics in 7th and 8th Grade. In high school it was some sort of terminal word processor. I had SpeedScript as my first word process at home in 1988t or 1989.

  • @maxmuster7003
    @maxmuster7003 4 месяца назад

    Maybe it is possible to patch a game with a new delay routine if we find the main loop.

    • @vcfederation
      @vcfederation  4 месяца назад +1

      @maxmuster7003: If you find a way, then please let us know!

    • @maxmuster7003
      @maxmuster7003 4 месяца назад

      @@vcfederation We can modify the code by override an instruction with a call instruction to our routine that we add into the memoy. We can start our subroutine with the instruction that we lost/override and after that we place our delay routine. At last we end with a return instruction to go back to the next instruction after the call. Now we can start a test run. Note: The instruction that we want to override with a call instruction should have the same amount of bytes like the call instruction. A simple delay can wait for the vsync at port 03DA multiple times in a loop or two nested loops if we want it slower. The delay routine can push some register that we need for the delay at first and after the delay we can pop the register from the stack before return. It is not so much to do, but to find a good location in the mainroute for our call instruction.

  • @maxmuster7003
    @maxmuster7003 4 месяца назад

    Some program use a simple loop for a delay and not a routine based on the timer chip or the vsync. I made a delay for a pull down menu in text mode polling the keyboard controller on an intel 80286 and i can use it on Intel core2. Without a delay on 80286 it move much to fast.

    • @vcfederation
      @vcfederation  4 месяца назад +1

      @maxmuster7003: That's an interesting idea. Maybe that could be made to work.

  • @maxmuster7003
    @maxmuster7003 4 месяца назад

    I am not sure if it is possible to boot on UEFI manboard in 64 bit and in graphic mode to load the ibm compatible bios from a file and switch into the 16 bit mode and switch into text mode to start a boot manager that let us boot DOS with DOS Sata driver or booting from USB FAT16/FAT32, or CD-ROM El Torito FAT12 floppy emulation.

    • @vcfederation
      @vcfederation  4 месяца назад

      @maxmuster7003: Let us know if you get that to work!

  • @gpietsch
    @gpietsch 4 месяца назад +1

    If you want to sound smart, demonstrate FreeDOS Edlin. ;-)

    • @vcfederation
      @vcfederation  4 месяца назад

      @gpietsch: That's just masochism !

    • @gpietsch
      @gpietsch 4 месяца назад +1

      @@vcfederation FreeDOS Edlin is the world's most awesome editor! If you want to find out what the world was like before GUIs, it's there in front of your face!