Useful NeXTSTEP Research Notes

From DisNCord Community Wiki
Jump to navigation Jump to search

vmlemon (Today at 7:33 PM)

Screenshot 2022-12-29 at 3.33.34 AM.png

I never thought I'd see that materialised

Screenshot 2022-12-29 at 3.34.18 AM.png

Would be cooler, if I could actually breathe life into this stuff, and see it work, though

Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too

And, for whatever reason, they've nerfed the ability to get help for it, too

Screenshot 2022-12-29 at 3.39.06 AM.png

Interesting tuple, there

Screenshot 2022-12-29 at 3.39.29 AM.png

Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere

Screenshot 2022-12-29 at 3.40.47 AM.png
Screenshot 2022-12-29 at 3.41.07 AM.png
Screenshot 2022-12-29 at 3.41.27 AM.png

CygWin's version of GDB? That's unexpected

Screenshot 2022-12-29 at 3.42.59 AM.png

That version of "df" seems kinda fucky, and cursed, too

Screenshot 2022-12-29 at 3.44.34 AM.png

Dunno why it reports negative values

Seems to ship its own, private copies of PostScript fonts, too

suzuran (Today at 7:47 PM)

Because you rolled over 2^31?

vmlemon (Today at 7:49 PM)

Probably - it's a 3GB filesystem, though, so well under the limit, for this version of NT

suzuran (Today at 7:50 PM)

Yeah, 2GB is the 2^31 line.

but knowing gnu stuff, they just used "int" and not "unsigned int"

vmlemon (Today at 7:50 PM)

That makes sense

The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it

Managed to pull the "NeXT" directory out, from the Windows disk image, though, so I can have a better look at it

Seems to have more GNU stuff in it, than BSD stuff, somehow

And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts

The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication

They don't seem to use that much actual Mach code, in the headers - there's only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach