I have to say that I like the design.
I would be nice if it was implimented.
Search found 3 matches
- Fri Jan 13, 2006 7:48 am
- Forum: Design
- Topic: ROS design suggestion
- Replies: 177
- Views: 100516
- Sun Dec 11, 2005 11:32 pm
- Forum: Support
- Topic: LiveCD boot floppy?
- Replies: 1
- Views: 3258
- Mon Nov 28, 2005 10:42 pm
- Forum: Design
- Topic: Dos Subsystem
- Replies: 29
- Views: 23963
Dos Subsystem
I'm interested in starting to code the DOS subsystem. So I am going to list some possible design principles: Avoid excessive switching from V86 mode and Protected mode. Limit direct access to system hardware by DOS programs (especially IO). Must differentiate CPU exceptions and Software interrupts. ...