suitable starting place)... what I mean is I want to start with the
MBR (boot0) and go on from there... I only have one *REAL* machine to
work with which means I need to work with something like
emulators/virtualbox-ose... I also want to do as many automated tests
as possible (for example seeing i
If you consider VirtualBox for automated tests, you should make some
testing life cycle.
I'd recommend to you:
1. create sparse file (truncate -s 1G for example)
2. mdconfig -af file (produced md0)
3. work with md0 as if it was real hw disk (write boot sectors, fs, etc),
then destroy md0 (mdconfig
> ... a special arrangement that allows me to skip
> the course work part of grad school ...
[shudder]
I hope that "special arrangement" includes passing the final exams,
or otherwise demonstrating that you already know the content, of at
least the minimum course work that would ordinarily be req
On 12/10/12 10:02 AM, Perry Hutchison wrote:
Hi,
>> Forgot to mention this project vary well turn into my PhD thesis
>
> That's a rather different context than "personal hobby reasons".
>
> I was going to suggest this anyway, but for a dissertation project
> I would _very strongly_ suggest that
> P.S. Just for general interest, what university?
CUNY grad center (under a special arrangement that allows me to skip
the course work part of grad school) [I have not formally started yet]
As to your complexity issues I do not plan to do the whole OS just the
stuff up to mid-level I/O (for Fre
> Forgot to mention this project vary well turn into my PhD thesis
That's a rather different context than "personal hobby reasons".
I was going to suggest this anyway, but for a dissertation project
I would _very strongly_ suggest that you thoroughly research Linus
Torvalds' experiences in implem
On Mon, Dec 10, 2012 at 3:44 AM, Erich Dollansky
wrote:
> Hi,
>
> On Mon, 10 Dec 2012 03:08:11 -0500
> Aryeh Friedman wrote:
>
>> Forgot to mention this project vary well turn into my PhD thesis
>
> I would then extremely careful with Java.
>
> There are many reasons why assembler and C are still
Hi,
On Mon, 10 Dec 2012 03:08:11 -0500
Aryeh Friedman wrote:
> Forgot to mention this project vary well turn into my PhD thesis
I would then extremely careful with Java.
There are many reasons why assembler and C are still the languages used
for OS programming.
Erich
> ___
> Note that this pretty much makes java pretty much worthless. I say
> that carefully as the seemingly "good" thing that makes the extra
> effort in java "worth it" is the guarantee against the halting problem
> that makes the security madness possible. If your "vm" is i386, you
> can't offer tha
The reason for Java has nothing to do with VM's per se but with some
of the networking features I have in mind. Also from a theoretical
point of view any turning complete vm would do (the actual HW
differences are fairly easy to abstract in the model I have in mind
and polymorphism is a must for v
On Sun, 09 Dec 2012 23:48:12 EST Aryeh Friedman
wrote:
> For personal hobby reasons I want to write an OS completely from
> scratch (due to some aspects of the design no existing OS is a
> suitable starting place)... what I mean is I want to start with the
> MBR (boot0) and go on from there... I
On Mon, Dec 10, 2012 at 2:56 AM, Aryeh Friedman
wrote:
> On Mon, Dec 10, 2012 at 2:38 AM, Zaphod Beeblebrox wrote:
> I know (about the list not being google) and have seen the formats for
> MBR's (even wrote a few by hand) the question was how to extract it
> from the virtual HDD (see above)
Forgot to mention this project vary well turn into my PhD thesis
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
On Mon, Dec 10, 2012 at 2:38 AM, Zaphod Beeblebrox wrote:
> On Sun, Dec 9, 2012 at 11:48 PM, Aryeh Friedman
> wrote:
>> For personal hobby reasons I want to write an OS completely from
>> scratch (due to some aspects of the design no existing OS is a
>> suitable starting place)... what I mean is
On Sun, Dec 9, 2012 at 11:48 PM, Aryeh Friedman
wrote:
> For personal hobby reasons I want to write an OS completely from
> scratch (due to some aspects of the design no existing OS is a
> suitable starting place)... what I mean is I want to start with the
> MBR (boot0) and go on from there... I o
For personal hobby reasons I want to write an OS completely from
scratch (due to some aspects of the design no existing OS is a
suitable starting place)... what I mean is I want to start with the
MBR (boot0) and go on from there... I only have one *REAL* machine to
work with which means I need to w
16 matches
Mail list logo