home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / 4dos / 33 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. Xref: sparky comp.os.msdos.4dos:33 comp.os.msdos.apps:5901 comp.os.msdos.desqview:4004 comp.os.msdos.misc:6648 comp.os.msdos.pcgeos:2091 comp.os.msdos.programmer:11518
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!usc!hela.iti.org!cs.widener.edu!netnews.upenn.edu!widget.seas.upenn.edu!ioi
  3. From: ioi@widget.seas.upenn.edu (Ioi Kim Lam)
  4. Newsgroups: comp.os.msdos.4dos,comp.os.msdos.apps,comp.os.msdos.desqview,comp.os.msdos.misc,comp.os.msdos.pcgeos,comp.os.msdos.programmer
  5. Subject: 286/386 Protected Mode Programming
  6. Keywords: Protected Mode, 286, 386, Operating System
  7. Message-ID: <102681@netnews.upenn.edu>
  8. Date: 19 Dec 92 03:23:40 GMT
  9. Sender: news@netnews.upenn.edu
  10. Followup-To: comp.os.msdos.4dos
  11. Organization: University of Pennsylvania
  12. Lines: 29
  13. Nntp-Posting-Host: widget.seas.upenn.edu
  14.  
  15.  
  16.  
  17.  
  18. I am trying to do some protected mode programming using the 286/386
  19. instruction set. My final goal is making a simple operating system with
  20. preemptive multitasking capability.  
  21.  
  22.  
  23. I am looking for some example assembly programs, probably in MASM or TASM
  24. syntax, for the 286/386 protected mode. An ideal example program would be
  25. switching into Protected Mode form Dos, run several processes preemptively
  26. and exit to Dos. I know some of you guys are really great and have written
  27. a complete O/S for the 286/386. I really don't mind seeing those codes. 
  28.  
  29.  
  30. Also, I am using TASM to compile my code. I am not sure if this is an
  31. ideal tool for the purpose of developing an O/S. Do you have any
  32. suggestion for an appropriate set of development tools? Is the Intel
  33. Development Toolkit good?
  34.  
  35.  
  36. If you have any suggestion for any further information, please mail it to
  37. me. I am just a beginner to O/S programming but I would love to share
  38. other people's experience. Your responds can be mailed to
  39.  
  40.     ioi@eniac.seas.upenn.edu
  41.  
  42. Thanks in advance!
  43.  
  44.