What does your OS look like? (Screen Shots..)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: What does your OS look like? (Screen Shots..)

Post by matt11235 »

octacone wrote:
Proof;).png
Are you writing code with a variable width font? [-X
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
bzt
Member
Member
Posts: 1584
Joined: Thu Oct 13, 2016 4:55 pm
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by bzt »

Schol-R-LEA wrote:

Code: Select all

    I must not fear. 
    Fear is the mind-killer. 
    Fear is the little-death that brings total obliteration. 
    I will face my fear. 
    I will permit it to pass over me and through me. 
    And when it has gone past I will turn the inner eye to see its path. 
    Where the fear has gone there will be nothing. Only I will remain.
From Frank Herbert's Dune, am I guessing right?
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: What does your OS look like? (Screen Shots..)

Post by Schol-R-LEA »

bzt wrote:
Schol-R-LEA wrote:

Code: Select all

    I must not fear. 
    Fear is the mind-killer. 
    Fear is the little-death that brings total obliteration. 
    I will face my fear. 
    I will permit it to pass over me and through me. 
    And when it has gone past I will turn the inner eye to see its path. 
    Where the fear has gone there will be nothing. Only I will remain.
From Frank Herbert's Dune, am I guessing right?
Yep.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: What does your OS look like? (Screen Shots..)

Post by Schol-R-LEA »

octacone wrote:
Schol-R-LEA wrote:

Code: Select all

    I must not fear. 
    Fear is the mind-killer. 
    Fear is the little-death that brings total obliteration. 
    I will face my fear. 
    I will permit it to pass over me and through me. 
    And when it has gone past I will turn the inner eye to see its path. 
    Where the fear has gone there will be nothing. Only I will remain.
Good for you. Happy April First!
The joke is on you. I wasn't joking. :lol: 8)
Actually, I was just saying that to indicate that I was making a joke (about the 'faced my fear' part). Though your post did make me wonder.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

Re: What does your OS look like? (Screen Shots..)

Post by SpyderTL »

matt11235 wrote:
octacone wrote:
The attachment Proof;).png is no longer available
Are you writing code with a variable width font? [-X
What's wrong with variable width fonts?
Attachments
screenshot.jpg
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: What does your OS look like? (Screen Shots..)

Post by matt11235 »

SpyderTL wrote:
matt11235 wrote:
octacone wrote:
Proof;).png
Are you writing code with a variable width font? [-X
What's wrong with variable width fonts?
Use whatever font makes you happy, but I'm taking monospaced fonts with me to the grave. Hopefully they can write on my headstone with DejaVu Sans Mono.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: What does your OS look like? (Screen Shots..)

Post by obiwac »

User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: What does your OS look like? (Screen Shots..)

Post by Schol-R-LEA »

SpyderTL wrote:
matt11235 wrote:
octacone wrote:
Proof;).png
Are you writing code with a variable width font? [-X
What's wrong with variable width fonts?
The knock against using variable-width fonts for code is not so much a matter of 'wrong' as 'inconvenient' - it is harder to format code consistently if the glyphs don't line up in a meaningful and consistent way. With monospaced fonts, the letter forms always end up in columns which line up, and the formatting won't get trashed (too much) if you go from one monospaced font to another; the same isn't true anymore once kerning enters the picture. Still, you do you, I suppose.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
Rusky
Member
Member
Posts: 792
Joined: Wed Jan 06, 2010 7:07 pm

Re: What does your OS look like? (Screen Shots..)

Post by Rusky »

Schol-R-LEA wrote:The knock against using variable-width fonts for code is not so much a matter of 'wrong' as 'inconvenient' - it is harder to format code consistently if the glyphs don't line up in a meaningful and consistent way. With monospaced fonts, the letter forms always end up in columns which line up, and the formatting won't get trashed (too much) if you go from one monospaced font to another; the same isn't true anymore once kerning enters the picture. Still, you do you, I suppose.
The argument for variable width fonts here is that you only really need to line up two things: the left edge, which is defined by spaces or tabs and thus works fine, and identical sets of characters (perhaps varying by something like an array index), which also works fine, especially with fonts whose digits are the same width (which many variable width fonts do).

I currently use monospace fonts, but I'd strongly consider a variable width font that made common programming symbols wider and more visible- brackets, punctuation, etc. Easier to read text that way.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by pcmattman »

Pedigree kernel + Debian userspace + Xnest on the system running QEMU. :-)

I'm cheating a little bit by booting to single-user mode, mostly just to test the basics (e.g. xclock, xterm) before letting the userspace try and run gdm and its own X server.
Attachments
pedigree-debian-x11-1.png
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: What does your OS look like? (Screen Shots..)

Post by sortie »

Image
Ankeraout
Member
Member
Posts: 25
Joined: Tue Feb 28, 2017 10:22 am

Re: What does your OS look like? (Screen Shots..)

Post by Ankeraout »

Today, I finally achieved booting my OS on both my HP Pavilion dv7-2060ef and my Dell Vostro 3360 with an USB stick.
It's funny to notice that it boots with no problem on the Dell, but encounters a GPF on the HP...
Image
Last edited by Ankeraout on Sun Apr 09, 2017 4:27 pm, edited 1 time in total.
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by zaval »

Image
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: What does your OS look like? (Screen Shots..)

Post by dozniak »

sortie wrote:Image
Cool!
Learn to read.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by osdever »

sortie wrote:Image
HOW. IN. THE. FREAKING. WORLD.

Sortie, you are awesome.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Post Reply