home *** CD-ROM | disk | FTP | other *** search
- 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
- 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
- From: ioi@widget.seas.upenn.edu (Ioi Kim Lam)
- 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
- Subject: 286/386 Protected Mode Programming
- Keywords: Protected Mode, 286, 386, Operating System
- Message-ID: <102681@netnews.upenn.edu>
- Date: 19 Dec 92 03:23:40 GMT
- Sender: news@netnews.upenn.edu
- Followup-To: comp.os.msdos.4dos
- Organization: University of Pennsylvania
- Lines: 29
- Nntp-Posting-Host: widget.seas.upenn.edu
-
-
-
-
- I am trying to do some protected mode programming using the 286/386
- instruction set. My final goal is making a simple operating system with
- preemptive multitasking capability.
-
-
- I am looking for some example assembly programs, probably in MASM or TASM
- syntax, for the 286/386 protected mode. An ideal example program would be
- switching into Protected Mode form Dos, run several processes preemptively
- and exit to Dos. I know some of you guys are really great and have written
- a complete O/S for the 286/386. I really don't mind seeing those codes.
-
-
- Also, I am using TASM to compile my code. I am not sure if this is an
- ideal tool for the purpose of developing an O/S. Do you have any
- suggestion for an appropriate set of development tools? Is the Intel
- Development Toolkit good?
-
-
- If you have any suggestion for any further information, please mail it to
- me. I am just a beginner to O/S programming but I would love to share
- other people's experience. Your responds can be mailed to
-
- ioi@eniac.seas.upenn.edu
-
- Thanks in advance!
-
-