I’d like to run a nt microkernel in a user mode process address space … (loading hal.dll, ntoskrnl.exe, bootvid.dll in a process) and create a fake system enviroment. Anyone of you has any idea about where to begin? This mean reimplementing new hal?
Thanks
Matt
Ntoskernel.exe is not going to be a microkernel as that is essentially the
entire operating system. Perhaps you didn’t mean micro-kernel as in MACH or
Chorus (or Spring or half a dozen other failed attempts.) At any rate I do
believe that someone has something that runs on linux that hosts guest
operating systems including some version or other of NT.
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
www.hollistech.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Sunday, November 12, 2000 10:14 AM
To: NT Developers Interest List
Subject: [ntdev] microkernel
I’d like to run a nt microkernel in a user mode process address space …
(loading hal.dll, ntoskrnl.exe, bootvid.dll in a process) and create a fake
system enviroment. Anyone of you has any idea about where to begin? This
mean reimplementing new hal?
Thanks
Matt
VMWARE at http://www.vmware.com
----- Original Message -----
From: Mark Roddy
To: NT Developers Interest List
Sent: Sunday, November 12, 2000 1:56 PM
Subject: [ntdev] RE: microkernel
Ntoskernel.exe is not going to be a microkernel as that is essentially the entire operating system. Perhaps you didn’t mean micro-kernel as in MACH or Chorus (or Spring or half a dozen other failed attempts.) At any rate I do believe that someone has something that runs on linux that hosts guest operating systems including some version or other of NT.
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
www.hollistech.com
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Sunday, November 12, 2000 10:14 AM
To: NT Developers Interest List
Subject: [ntdev] microkernel
I’d like to run a nt microkernel in a user mode process address space … (loading hal.dll, ntoskrnl.exe, bootvid.dll in a process) and create a fake system enviroment. Anyone of you has any idea about where to begin? This mean reimplementing new hal?
Thanks
Matt
VMware actually fakes a x86 virtual machine on which
we can run almost anything that can be run on a x86
processor.
— David Feustel wrote:
> VMWARE at http://www.vmware.com
> ----- Original Message -----
> From: Mark Roddy
> To: NT Developers Interest List
> Sent: Sunday, November 12, 2000 1:56 PM
> Subject: [ntdev] RE: microkernel
>
>
> Ntoskernel.exe is not going to be a microkernel as
> that is essentially the entire operating system.
> Perhaps you didn’t mean micro-kernel as in MACH or
> Chorus (or Spring or half a dozen other failed
> attempts.) At any rate I do believe that someone has
> something that runs on linux that hosts guest
> operating systems including some version or other of
> NT.
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> www.hollistech.com
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Matteo Pelati
> Sent: Sunday, November 12, 2000 10:14 AM
> To: NT Developers Interest List
> Subject: [ntdev] microkernel
>
>
>
> I’d like to run a nt microkernel in a user mode
> process address space … (loading hal.dll,
> ntoskrnl.exe, bootvid.dll in a process) and create a
> fake system enviroment. Anyone of you has any idea
> about where to begin? This mean reimplementing new
> hal?
>
> Thanks
> Matt
>
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
The VMWare actually runs the Windows OS in the user space and fakes some of the x86 instruction set.
Their is a similar Open source effort currently going on.
http://www.plex86.org (it contains a excelant paper on IA32 virtualization )
regards
Jeseem
mailto:xxxxx@hotmail.com
----- Original Message -----
From: sajeev sas
To: NT Developers Interest List
Sent: Monday, November 13, 2000 8:43 AM
Subject: [ntdev] RE: microkernel
VMware actually fakes a x86 virtual machine on which
we can run almost anything that can be run on a x86
processor.
— David Feustel wrote:
> VMWARE at http://www.vmware.com
> ----- Original Message -----
> From: Mark Roddy
> To: NT Developers Interest List
> Sent: Sunday, November 12, 2000 1:56 PM
> Subject: [ntdev] RE: microkernel
>
>
> Ntoskernel.exe is not going to be a microkernel as
> that is essentially the entire operating system.
> Perhaps you didn’t mean micro-kernel as in MACH or
> Chorus (or Spring or half a dozen other failed
> attempts.) At any rate I do believe that someone has
> something that runs on linux that hosts guest
> operating systems including some version or other of
> NT.
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> www.hollistech.com
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Matteo Pelati
> Sent: Sunday, November 12, 2000 10:14 AM
> To: NT Developers Interest List
> Subject: [ntdev] microkernel
>
>
>
> I’d like to run a nt microkernel in a user mode
> process address space … (loading hal.dll,
> ntoskrnl.exe, bootvid.dll in a process) and create a
> fake system enviroment. Anyone of you has any idea
> about where to begin? This mean reimplementing new
> hal?
>
> Thanks
> Matt
>
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
—
You are currently subscribed to ntdev as: xxxxx@hotmail.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)
Thanks to everybody. What i was trying to achieve was a little bit different. All those products emulate a virtual machine so that almost any os can run on it. What i was trying to do was loading NT kernel components in a user process(more like SysInternals performed to create the NTFS driver for Win98 …they loaded ntoskrnl.exe in win98 kernel)…
Thanks
Matt
----- Original Message -----
From: jeseem
To: NT Developers Interest List
Sent: Monday, November 13, 2000 8:17 AM
Subject: [ntdev] RE: microkernel
The VMWare actually runs the Windows OS in the user space and fakes some of the x86 instruction set.
Their is a similar Open source effort currently going on.
http://www.plex86.org (it contains a excelant paper on IA32 virtualization )
regards
Jeseem
mailto:xxxxx@hotmail.com
----- Original Message -----
From: sajeev sas
To: NT Developers Interest List
Sent: Monday, November 13, 2000 8:43 AM
Subject: [ntdev] RE: microkernel
VMware actually fakes a x86 virtual machine on which
we can run almost anything that can be run on a x86
processor.
— David Feustel wrote:
> VMWARE at http://www.vmware.com
> ----- Original Message -----
> From: Mark Roddy
> To: NT Developers Interest List
> Sent: Sunday, November 12, 2000 1:56 PM
> Subject: [ntdev] RE: microkernel
>
>
> Ntoskernel.exe is not going to be a microkernel as
> that is essentially the entire operating system.
> Perhaps you didn’t mean micro-kernel as in MACH or
> Chorus (or Spring or half a dozen other failed
> attempts.) At any rate I do believe that someone has
> something that runs on linux that hosts guest
> operating systems including some version or other of
> NT.
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> www.hollistech.com
>
> -----Original Message-----
> From: xxxxx@lists.osrcom
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Matteo Pelati
> Sent: Sunday, November 12, 2000 10:14 AM
> To: NT Developers Interest List
> Subject: [ntdev] microkernel
>
>
>
> I’d like to run a nt microkernel in a user mode
> process address space … (loading hal.dll,
> ntoskrnl.exe, bootvid.dll in a process) and create a
> fake system enviroment. Anyone of you has any idea
> about where to begin? This mean reimplementing new
> hal?
>
> Thanks
> Matt
>
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
—
You are currently subscribed to ntdev as: xxxxx@hotmail.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>I’d like to run a nt microkernel in a user mode process address space …
(loading hal.dll, ntoskrnl.exe, bootvid.dll in a process) and create a fake
system enviroment. Anyone of you has any idea about where to begin? This
Emulators like VMWare is the only chance.
Max