Search found 37 matches
- Mon Sep 06, 2010 8:47 am
- Forum: Beginning OS Development
- Topic: Q: I download any of the samples and try to build from VS?
- Replies: 5
- Views: 65886
Re: Q: I download any of the samples and try to build from VS?
Hello, It "should" work with one small additional change regarding UAC. The error will provide the information. If you are experiencing another issue please provide more information. Hey Mike: This is ONE OF the ERRORS: ====================================== Error 4 error LNK1295: '/DYNAMICBASE' no...
- Tue Aug 31, 2010 2:49 pm
- Forum: Beginning OS Development
- Topic: Neptune's SVN
- Replies: 0
- Views: 41370
Neptune's SVN
Neptune's SVN Neptune is now Shared Source software. We can provide access to the Neptune SVN for Educational Use Only. If you are interested, please contact the project manager. ============================================================================== I want this, I would like to study and lea...
- Tue Aug 31, 2010 2:31 pm
- Forum: Beginning OS Development
- Topic: Is it legal to use PE and DLLs?
- Replies: 2
- Views: 16214
Re: Is it legal to use PE and DLLs?
Hello, It is legal to use PEs (and thus DLLs) although I do encourage eventually moving to your own customized format later on. You arent using Microsoft components but rather just a specification to write your own components. How sure are you? I thought that the DOS PE HEADER where Microsoft things?
- Tue Aug 31, 2010 2:30 pm
- Forum: Beginning OS Development
- Topic: Q: How to invoke function in *.INC files?
- Replies: 3
- Views: 19360
Re: Q: How to invoke function in *.INC files?
Hello, Because of the way *.inc files are included, if the function is defined in the *.inc file it can be invoked the same way as any other routine (using CALL). I do personally recommend a more structured approach however you must be careful as the boot loader in the series is flat binary. Since ...
- Tue Aug 31, 2010 2:29 pm
- Forum: Beginning OS Development
- Topic: Is this some sort of CLSID or code ID?? Please explain
- Replies: 5
- Views: 26380
Re: Is this some sort of CLSID or code ID?? Please explain
Thanks!pathos wrote:Yes.Developer wrote:Thanks for your reply, can those numbers be RANDOM?Mike wrote:Hello,
While we dont use them for in-house projects they can be used to avoid collisions with another fat12.inc file or similar.
- Tue Aug 31, 2010 2:28 pm
- Forum: Beginning OS Development
- Topic: How many people are working on the Neptune OS project?
- Replies: 7
- Views: 36813
Re: How many people are working on the Neptune OS project?
I am wondering, how many people are working on the OS the actual Neptune Operating System (OS), and then they share the amazing tutorials. I believe Mike is the only one working on it, and since it's an in-house project, I doubt he'll be releasing any information about it. Are you sure? Can really ...
- Mon Aug 30, 2010 5:25 pm
- Forum: Beginning OS Development
- Topic: Q: How to invoke function in *.INC files?
- Replies: 3
- Views: 19360
Q: How to invoke function in *.INC files?
Hi again, I hope Mike can answer this Q. I make a *.INC file, and then I put %include "printoscrn.inc" and I wrote mov si, message ;Load the message into SI-register. call printOnScrn ;Invoke the printOnScrn function located in "printonscrn.inc". int 0x10 ;BIOS video interrupt. BTW, shall I tell the...
- Mon Aug 30, 2010 5:18 pm
- Forum: Beginning OS Development
- Topic: Is it legal to use PE and DLLs?
- Replies: 2
- Views: 16214
Is it legal to use PE and DLLs?
Hi again,
I hope Mike can answer this Q.
PE and DLL(s) are Microsoft components right?
Isn't it illegal to use them then?
According to this: http://www.microsoft.com/whdc/system/pl ... ecoff.mspx
Does Microsoft have PATENT on the PE and DLL(s)?
Any idea?
Thanks!
I hope Mike can answer this Q.
PE and DLL(s) are Microsoft components right?
Isn't it illegal to use them then?
According to this: http://www.microsoft.com/whdc/system/pl ... ecoff.mspx
Does Microsoft have PATENT on the PE and DLL(s)?
Any idea?
Thanks!
- Mon Aug 30, 2010 5:12 pm
- Forum: Beginning OS Development
- Topic: Q: I download any of the samples and try to build from VS?
- Replies: 5
- Views: 65886
Q: I download any of the samples and try to build from VS?
Hi, I hope Mike can answer this Q. I have followed the tutorials and sample steps, and I configured my VS2010 to the "config" as suggested in the following http://www.brokenthorn.com/Resources/OSDevMSVC.html. However, it does NOT work as expected, very bad. Some details, I have: OS: Windows 7 IDE: M...
- Mon Aug 30, 2010 4:25 pm
- Forum: Beginning OS Development
- Topic: How many people are working on the Neptune OS project?
- Replies: 7
- Views: 36813
Re: How many people are working on the Neptune OS project?
I am wondering, how many people are working on the OS
the actual Neptune Operating System (OS), and then they
share the amazing tutorials.
the actual Neptune Operating System (OS), and then they
share the amazing tutorials.
- Mon Aug 30, 2010 4:24 pm
- Forum: Beginning OS Development
- Topic: Is this some sort of CLSID or code ID?? Please explain
- Replies: 5
- Views: 26380
Re: Is this some sort of CLSID or code ID?? Please explain
Thanks for your reply, can those numbers be RANDOM?Mike wrote:Hello,
While we dont use them for in-house projects they can be used to avoid collisions with another fat12.inc file or similar.
- Mon Aug 30, 2010 9:13 am
- Forum: Beginning OS Development
- Topic: Is this some sort of CLSID or code ID?? Please explain
- Replies: 5
- Views: 26380
- Mon Aug 30, 2010 7:52 am
- Forum: Beginning OS Development
- Topic: Is this some sort of CLSID or code ID?? Please explain
- Replies: 5
- Views: 26380
Is this some sort of CLSID or code ID?? Please explain
Hi,
I found this in the Fat12.inc file:
==================================
%ifndef __FAT12_INC_67343546FDCC56AAB872_INCLUDED__
%define __FAT12_INC_67343546FDCC56AAB872_INCLUDED__
==================================
What are the numbers? And why use them?
67343546FDCC56AAB872 <--
Thanks!
I found this in the Fat12.inc file:
==================================
%ifndef __FAT12_INC_67343546FDCC56AAB872_INCLUDED__
%define __FAT12_INC_67343546FDCC56AAB872_INCLUDED__
==================================
What are the numbers? And why use them?
67343546FDCC56AAB872 <--
Thanks!
- Thu Aug 12, 2010 1:56 pm
- Forum: Beginning OS Development
- Topic: Offset?
- Replies: 12
- Views: 50679
Re: Offset?
Because your questions are not making logical sense. You asked "what does offset mean" and had two answers. One for the question "what does the word offset mean" and one for the question "what does the offset in this specific case mean". The fact that you are still asking the same origininal questi...
- Thu Aug 12, 2010 1:47 pm
- Forum: Beginning OS Development
- Topic: Offset?
- Replies: 12
- Views: 50679
Re: Offset?
Why are you asking such question?Andyhhp wrote:Is english your first language?