home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / realtime / 1052 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.6 KB

  1. Path: sparky!uunet!sun-barr!ames!purdue!news.cs.indiana.edu!umn.edu!deci.cs.umn.edu!hansen
  2. From: hansen@deci.cs.umn.edu (David M. Hansen)
  3. Newsgroups: comp.realtime
  4. Subject: Re: Booting dos from ROM
  5. Keywords: DOS ROM BOOT
  6. Message-ID: <1992Sep4.141656.29191@news2.cis.umn.edu>
  7. Date: 4 Sep 92 14:16:56 GMT
  8. References: <1992Aug31.232554.11595@noao.edu> <peter.715502243@citr.uq.oz.au>
  9. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  10. Organization: University of Minnesota
  11. Lines: 48
  12.  
  13. In article <peter.715502243@citr.uq.oz.au>, peter@citr.uq.oz.au (Peter Klavins) writes:
  14. |> cole@noao.edu (Lonnie Cole) writes:
  15. |> 
  16. |> >I am posting this here because I intend to use a PC/XT board in a
  17. |> >realtime data acquisition project.
  18. |> 
  19. |> >Does anyone know of instructions and or source in the public domain to
  20. |> >allow booting dos from a battery backed RAM disk or ROM disk. Any
  21. |> >pointers to code or docs would be greatly appreciated.
  22. |> 
  23. |> Microsoft's MS-DOS OEM kit (you have to become an OEM) includes
  24. |> information on how to put DOS 5.0 into ROM so that you can have a
  25. |> completely diskless system boot up DOS.  Of course, you ultimately have
  26. |> to have a file system somewhere from where to obtain the programs that
  27. |> you want to run once DOS is booted.  A file system skeleton that works
  28. |> out of ROM is also included.  (By skeleton I mean that you probably will
  29. |> need to add code to page bits if ROM in and out, or go off into above 1
  30. |> Mbyte memory space in order to get enough ROM to hold anything of useful
  31. |> size in.)
  32. |> 
  33. |> Anyway, the kit worked very well, and systems based on it are now being
  34. |> sold commercially.  But, the price is that you must become a Microsoft
  35. |> OEM.
  36. |> --
  37. |> ------------------------------------------------------------------------
  38. |>  Peter Klavins    Internet: peter@citr.uq.oz.au   Fidonet:    3:640/821
  39. |>  Centre for Information Technology Research       Phone: +61 7 365 4321
  40. |>  University of Queensland QLD 4072 Australia      Fax:   +61 7 365 4399
  41.  
  42. A couple of other suggestions...
  43.  
  44. I know of two companies which provide customizable BIOS's which could be
  45. used in embedded systems.  Unfortunately, I don't have their addresses or
  46. phone numbers handy.
  47.  
  48. One source is Annabooks.  Their phone number was posted in this group a couple
  49. weeks ago.
  50.  
  51. The other is General Software (I think... I hope...).  The latest issue of
  52. Embedded Systems Programming plugs their new BIOS.  This same company also 
  53. sells a re-entrant embeddable DOS clone.
  54.  
  55. Disclaimer: I haven't used any of this stuff, so I don't really know how good
  56. it is, let alone features and limitations.
  57.  
  58. Hope this helps.
  59.  
  60.                         -=Dave
  61.