Click here to Skip to main content
15,878,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Simple DLL Question... Pin
sunit51-Jan-06 22:29
sunit51-Jan-06 22:29 
GeneralRe: Simple DLL Question... Pin
sunit51-Jan-06 22:31
sunit51-Jan-06 22:31 
GeneralRe: Simple DLL Question... Pin
Axonn Echysttas1-Jan-06 23:34
Axonn Echysttas1-Jan-06 23:34 
QuestionAssignProcessToJobObject from a different process Pin
Chintoo7231-Jan-06 21:50
Chintoo7231-Jan-06 21:50 
Questionhow to get my IP Pin
islheg1-Jan-06 21:21
islheg1-Jan-06 21:21 
AnswerRe: how to get my IP Pin
mehrdadov1-Jan-06 22:11
mehrdadov1-Jan-06 22:11 
AnswerRe: how to get my IP Pin
ThatsAlok1-Jan-06 22:43
ThatsAlok1-Jan-06 22:43 
QuestionMSVC Your own toy os made EASY. Pin
kmcguire34131-Jan-06 21:17
kmcguire34131-Jan-06 21:17 
Using MSVC you can compile and link youre own kernel, and have it loaded into bochs a x86 emulator with this package. It contains everything you need except MSVC.

Once unzipped, simply double-click the bochs.bat to run the prebuilt kernel which will display letters across the screen letting you know it booted okay.
To modify and add your own code to the kernel, open the solution file and when ready press F7 to compile. F5 does not work, unless you specify the path for bochs.

YOU CAN NOT DEBUG YOUR KERNEL FROM MSVC. However, you can double-click bochsdbg.bat to run the bochs emulator in debug mode. Typing help at its command line will give you commands to debug the kernel.

When you are ready to try the kernel on a real PC, simply locate the floppy.img in the directory and use a utility to write this image directly to a floppy disk. Stick it in the drive and boot it up.

http://mcguire.sytes.net:8080/msvcoek.zip
http://mcguire.sytes.net:8080/

Here are some extra sites to help you get started along with forums:
http://www.osdev.net
http://www.osdever.net
http://www.mega-tokyo.com
http://www.osdcom.info
http://www.invalidsoftware.net

I would love to hear from anyone who thought this was a neat idea, useful, or full of problems. =)

kmcguire3413@hotmail.com
QuestionCD Write Pin
mehrdadov1-Jan-06 20:47
mehrdadov1-Jan-06 20:47 
AnswerRe: CD Write Pin
kakan2-Jan-06 1:07
professionalkakan2-Jan-06 1:07 
Questionplease help me (need help about class,pointers and etc) Pin
neodeaths1-Jan-06 20:44
neodeaths1-Jan-06 20:44 
AnswerRe: please help me (need help about class,pointers and etc) Pin
ewighell1-Jan-06 23:00
ewighell1-Jan-06 23:00 
Question[Message Deleted] Pin
B.M.Sudhakar1-Jan-06 19:46
B.M.Sudhakar1-Jan-06 19:46 
AnswerRe: Problem with IHTMLElement2--Help Me Please Pin
ThatsAlok1-Jan-06 22:03
ThatsAlok1-Jan-06 22:03 
AnswerRe: Problem with IHTMLElement2--Help Me Please Pin
Sheng Jiang 蒋晟2-Jan-06 15:00
Sheng Jiang 蒋晟2-Jan-06 15:00 
Question(((((((How do I send a message!)))))) Pin
peshkunta1-Jan-06 18:55
peshkunta1-Jan-06 18:55 
AnswerRe: (((((((How do I send a message!)))))) Pin
vishalmore1-Jan-06 19:39
vishalmore1-Jan-06 19:39 
GeneralRe: (((((((How do I send a message!)))))) Pin
peshkunta1-Jan-06 22:53
peshkunta1-Jan-06 22:53 
Questionhow to open com port Pin
birajendu1-Jan-06 18:31
birajendu1-Jan-06 18:31 
AnswerRe: how to open com port Pin
includeh101-Jan-06 21:03
includeh101-Jan-06 21:03 
QuestionRe: how to open com port Pin
birajendu1-Jan-06 21:17
birajendu1-Jan-06 21:17 
QuestionThe best way to get the keystrokes in ASCII form Pin
INA_ctive1-Jan-06 15:22
INA_ctive1-Jan-06 15:22 
AnswerRe: The best way to get the keystrokes in ASCII form Pin
Owner drawn1-Jan-06 17:31
Owner drawn1-Jan-06 17:31 
AnswerRe: The best way to get the keystrokes in ASCII form Pin
vishalmore1-Jan-06 19:43
vishalmore1-Jan-06 19:43 
GeneralRe: The best way to get the keystrokes in ASCII form Pin
Owner drawn1-Jan-06 20:19
Owner drawn1-Jan-06 20:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.