OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 10:28 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 193, 194, 195, 196, 197, 198, 199 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 02, 2017 5:32 am 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
octacone wrote:
Attachment:
Proof;).png
Are you writing code with a variable width font? [-X

_________________
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 02, 2017 6:22 am 
Offline
Member
Member
User avatar

Joined: Thu Oct 13, 2016 4:55 pm
Posts: 1584
Schol-R-LEA wrote:
Code:
    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?


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 02, 2017 7:50 am 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
bzt wrote:
Schol-R-LEA wrote:
Code:
    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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 02, 2017 7:52 am 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
octacone wrote:
Schol-R-LEA wrote:
Code:
    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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Apr 05, 2017 12:43 am 
Offline
Member
Member
User avatar

Joined: Sun Sep 19, 2010 10:05 pm
Posts: 1074
matt11235 wrote:
octacone wrote:
Attachment:
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
screenshot.jpg [ 65.42 KiB | Viewed 4287 times ]

_________________
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
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Apr 05, 2017 9:52 am 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
SpyderTL wrote:
matt11235 wrote:
octacone wrote:
Attachment:
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Apr 06, 2017 8:44 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2017 12:15 pm
Posts: 149
Location: Belgium
Here is mine:

https://obiwac.wordpress.com/aqua-os/

_________________
AQUA OS: https://obiwac.wordpress.com/aqua-os/


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Apr 06, 2017 12:13 pm 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
SpyderTL wrote:
matt11235 wrote:
octacone wrote:
Attachment:
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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Apr 06, 2017 4:36 pm 
Offline
Member
Member
User avatar

Joined: Wed Jan 06, 2010 7:07 pm
Posts: 792
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.

_________________
[www.abubalay.com]


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Apr 07, 2017 5:43 pm 
Offline
Member
Member

Joined: Sun Jan 14, 2007 9:15 pm
Posts: 2566
Location: Sydney, Australia (I come from a land down under!)
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
pedigree-debian-x11-1.png [ 151.75 KiB | Viewed 3997 times ]

_________________
Pedigree | GitHub | Twitter | LinkedIn
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Apr 08, 2017 10:29 am 
Offline
Member
Member
User avatar

Joined: Wed Mar 21, 2012 3:01 pm
Posts: 930
Image


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 09, 2017 3:41 pm 
Offline
Member
Member

Joined: Tue Feb 28, 2017 10:22 am
Posts: 25
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.

Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 09, 2017 4:00 pm 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
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).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Apr 10, 2017 5:17 am 
Offline
Member
Member
User avatar

Joined: Thu Jul 12, 2012 7:29 am
Posts: 723
Location: Tallinn, Estonia
sortie wrote:
Image


Cool!

_________________
Learn to read.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Apr 11, 2017 7:36 am 
Offline
Member
Member
User avatar

Joined: Fri Apr 03, 2015 9:41 am
Posts: 492
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 193, 194, 195, 196, 197, 198, 199 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], Google [Bot], Majestic-12 [Bot] and 51 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group