OS Development (19)

1 Name: #!/usr/bin/anonymous : 2011-04-01 13:37 ID:Upjqe4xj

Alright, Operating System development. That's right. Anyone got any pointers(no pun intended)?

2 Name: #!/usr/bin/anonymous : 2011-04-01 22:12 ID:kvFkuozV

People do NOT like the terminal now days.

3 Name: #!/usr/bin/anonymous : 2011-04-02 03:40 ID:Heaven

>>2
I love terminals. Terminal apps are often much more efficient and straightforward, and tend to be less full of junkware.

4 Name: dmpk2k!hinhT6kz2E : 2011-04-02 04:33 ID:Heaven

Minix 3, Plan 9 and Oberon OS, with a measure of Lisp Machines and Solaris thrown in.

5 Name: Lunar : 2011-04-02 23:04 ID:VchY/RWV

By all means, do not include a web browser. Programming yet another browser is a major waste of time, and you couldn't do it anyways, as the overcomplicated "standards" of the web are in constant shift, and it's impossible to keep up.

Do not strive for Unix (or -godforbid- Windows) compatibilty. You may think you can save time if instead of designing something new, you simply copied something already existant, but then where's the novelty? Forget the ideas of yestreday; the processes, messages, files, objects, windows, etc., and start from scratch.

6 Name: #!/usr/bin/anonymous : 2011-04-11 22:53 ID:mZCO3bu/

those who do not understand unix are doomed to reinvent it, poorly.

7 Name: VegBerg!!vpHB5VfK : 2011-04-15 06:20 ID:ypPvKX0s

>>2
We like Terminal!

8 Name: #!/usr/bin/anonymous : 2011-06-29 22:23 ID:CTdVa21F

Operating Systems book from tanenbaum is a good start

9 Name: #!/usr/bin/anonymous : 2011-07-10 10:19 ID:bUcrOidn

A 4-ch distro of Linux would make me moist.

10 Name: #!/usr/bin/anonymous : 2011-07-12 08:39 ID:oowqLzoF

>>9
would it make you spill the beverage you were drinking on yourself ?

11 Name: #!/usr/bin/anonymous : 2011-07-15 14:06 ID:6ILj4B4/

Make me a new Lisp OS based on the Symbolics Genera OS, make it run in a VM, make it so that a big webbrowser (such as Firefox) can run Lisp scripts in the browser à la Java.

12 Name: #!/usr/bin/anonymous : 2011-07-24 06:11 ID:XdRtiTgq

>>11
loper-os.org guy detected[i]![/i]

13 Name: #!/usr/bin/anonymous : 2011-07-28 07:28 ID:Heaven

>>12
BBCoder detected!.

14 Name: #!/usr/bin/anonymous : 2011-08-04 03:42 ID:xa13R5yl

I'd appreciate at least some way to share stuff over the internet while using the OS. If I'm going to check out a hobby OS, I'll mostly want to derp around and play/make simple games on it. A command line system based on reverse polish notation seems like it would be pretty unique, if you want that.

15 Name: #!/usr/bin/anonymous : 2011-08-05 04:01 ID:xa13R5yl

>>14 here
I'd to note that the purpose of an operating system, to me anyway, is to mediate between the design of hardware, the design of software, and the use of both. To do this, it provides consistent interfaces for devices, applications, and users. Generally simple programs are included with an OS to help with basic tasks, though in general an operating system should stay out of the stay out of the way rather than doing everything itself. Binary comparability with an existing system isn't needed, though it would be nice to at least support some interpreted language that already works on multiple other platforms.

16 Name: #!/usr/bin/anonymous : 2011-08-13 11:24 ID:Heaven

>>13
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww

17 Name: #!/usr/bin/anonymous : 2011-08-13 12:20 ID:Crt3QXmm

>>14

> A command line system based on reverse polish notation seems like it would be pretty unique, if you want that.

Isn't that Forth?

18 Name: #!/usr/bin/anonymous : 2011-08-16 12:46 ID:xa13R5yl

>>17
If Forth can act as an operating system's command line, then yes.

This thread has been closed. You cannot post in this thread any longer.