0
votes
3answers
66 views
What exactly changes when a software is to be upgraded from windows xp -> Vista -> Windows 7
Hello,
I guess
Win32 API
MFC
.NET
Java (is also managed)
are "the only" ways of making windows applications.
Please mention if there are some other ways through which we can b …
3
votes
5answers
75 views
Solid Foundation in programming for windows (Internals)
Hello,
I started my windows development with .NET. But I'm a person who doesn't like getting away with work done. I would really like to know how exactly things work, I mean the I …
0
votes
4answers
51 views
Benefits of JVM atop an OS VM?
I see many deployments where IT groups run effectively nothing but a JVM application stack inside a VM (vmware, &c) instance.
I guess I consider the JVM to be a formal VM: wh …
4
votes
9answers
415 views
Performance of java on different hardware?
In another SO question I asked why my java programs run faster on AMD than on Intel machines. But it seems that I'm the only one who has observed this.
Now I would like to invite …
1
vote
2answers
36 views
What is the bss section of an image?
I am trying to understand PE file formats and there are many sections. What is the bss section? Is that fluid and data written to that section can be overwritten anytime? Is that a …
-2
votes
7answers
155 views
Un-killable java program
I have developed an application in java.
I need that my java program would not terminated any process explorer/task manager.
0
votes
2answers
39 views
A trivial SYSENTER/SYSCALL question
If a Windows executable makes use of SYSENTER and is executed on a processor implementing AMD64 ISA, what happens? I am both new and newbie to this topic (OSes, hardware/software i …
0
votes
4answers
72 views
Python + SVN + Windows/Mac = Invalid syntax?
I'm pretty sure the following error is related to the fact that I'm sharing code via SVN with a colleague that is using a Windows system.
Myself, I use Python on Mac, editing wit …
1
vote
2answers
26 views
Text book / online resource for learning to program at system/kernel level
Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kern …
1
vote
2answers
102 views
Includes in inline assembly
We are working on a toy operating system as a assignment for a class.
I'm having some trouble with writing of the kernel panic function.
It should save all registers, call some pr …
3
votes
5answers
131 views
Writing an OS for Motorola 68K processor. Can I emulate it? And can I test-drive OS development?
Next term, I'll need to write a basic operating system for Motorola 68K processor as part of a course lab material.
Is there a Linux emulator of a basic hardware setup with that …
0
votes
0answers
31 views
Can I block part of my hardrive from being used if it is corrupted? [closed]
I am a semi new user to linux OS's, but in general Im not too familiar with setting up custom operating system and computer environments. My situation is, I have a Sony Vaio laptop …
-1
votes
1answer
66 views
how to upgrade to new operating system [closed]
hello everyone i am a student i am currently use SP 2 of window xp professional. i want to use any new operating system provide by microsoft but i can't pay for it. so how to upgra …
4
votes
5answers
118 views
Is it possible for a MATLAB script to behave differently depending on the OS it is being executed on?
I run MATLAB on both Linux and Windows XP. My files are synced among all of the computers I use, but because of the differences in directory structure between Linux and Windows I h …
1
vote
0answers
49 views
Network Operating System [closed]
From where can I get the comparison among different Network Operating Systems(NOSs)?
I mean can anyone provide me any useful link for the same?
Can Windows 2000 and later be cons …
