Giter VIP home page Giter VIP logo

coryxie / nix-os Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 95.45 MB

Automatically exported from code.google.com/p/nix-os

License: Other

Shell 4.08% C 77.51% Objective-C 0.12% JavaScript 3.61% C++ 1.42% Nu 0.01% Perl 9.00% Erlang 0.10% Python 0.18% Protocol Buffer 0.01% Common Lisp 0.05% Crystal 0.01% C# 0.01% NewLisp 0.01% PHP 0.03% Makefile 2.75% R 0.06% Prolog 0.28% Awk 0.03% Ruby 0.75%

nix-os's People

Contributors

0intro avatar ality avatar bakul avatar fjballest avatar floren avatar leahneukirchen avatar npe9 avatar paurea avatar quanstro avatar rminnich avatar sysfatal avatar

Watchers

 avatar

nix-os's Issues

Need to map KSEG2 with GiB PTEs

we don't use GiB PTEs in the KSEG2 map

This code was lost in the shuffle. There's no reason not to, since we require 
CPUs that support them and a 512-fold reduction in PTEs is a good thing. Also, 
at least until we have more than 512GiB of memory, we can fit all KSEG2 PTEs on 
one page. As it is each GiB of memory takes one page and 512 PTEs!

The fix is in physinit. I'm raising this issue because we're going to get 
pushback but I'm not fond of supporting obsolete CPUs. We've had 10 years of 
that already!

Original issue reported on code.google.com by [email protected] on 16 Sep 2011 at 3:40

archhz() in squidboy returns 0

On my AMD Athlon II X2 250 (dual core),
only one core is recognized. The other
gets stuck in squidboy() as archhz()
returns 0.

Original issue reported on code.google.com by [email protected] on 22 Nov 2011 at 3:12

Startup is broken -- need a post-clone hook

What steps will reproduce the problem?
1. hg clone
2. cd nix-os
3. 9vx -r .

Need a post-clone script that will get run. It should
mkdir usr/username
mkdir /mail/box/username
get a font that works -- euro.9.font is not there. 



Original issue reported on code.google.com by [email protected] on 27 Jul 2011 at 6:18

can't make cc in ape

cd /sys/src
mk all
cd cmd
mk all
pcc -c -D_POSIX_SOURCE basename.c
mk -f /sys/src/cmd/mkfile cc.6
mk: don't know how to make 'cc.6' in directory /sys/src/ape/cmd
mk: mk -f /sys/src/cmd/mkfile cc.6  : exit status=rc 5766: mk 5768: error
mk: cd cmd mk all  : exit status=rc 5757: mk 5760: error
mk: mk lib.all mk ...  : exit status=rc 3173: mk 5756: error
mk: date for (i ...  : exit status=rc 145: rc 3170: mk 3172: error

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 5:54

fonts are still not set up correctly

What steps will reproduce the problem?
1. do a clean pull of nix-os
2. mkdir /usr/your-name
3. /sys/lib/newuser
4. run acme

What is the expected output? What do you see instead?
acme should run. 

 acme /usr/rminnich/lib/profile
imageinit: can't open font /lib/font/bit/lucidasans/euro.8.font: 
'/lib/font/bit/lucidasans/euro.8.font' does not exist

Can somebody smart please fix this? We keep getting it wrong. I know I'll screw 
it up.

ron

Original issue reported on code.google.com by [email protected] on 22 Dec 2011 at 5:41

plumber bomb

What steps will reproduce the problem?
1. plumb url
2. ...
3. crash

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

here's the fix
; diff -c fsys.c /mnt/term/usr/quanstro/nix-os/sys/src/cmd/plumb/
fsys.c:10,16 - /mnt/term/usr/quanstro/nix-os/sys/src/cmd/plumb//fsys.c:10,16

  enum
  {
-   Stack = 16*1024
+   Stack = 8*1024
  };

  typedef struct Dirtab Dirtab;



Original issue reported on code.google.com by [email protected] on 16 Sep 2011 at 2:16

man pages must be reviewed

Man pages should be updated, in general.
There are new ones for (some of) the new nix
features, but other ones ignore that this system
differs from Plan 9 in some respects. Most notably,
introduction pages should perhaps change.

It would be good to review all of them to check out that
they are correct for nix. But I know that's a herculean task.

Original issue reported on code.google.com by [email protected] on 17 Sep 2011 at 5:15

can't make aan

What steps will reproduce the problem?
1. cd /sys/src/cmd
2. mk all


term% mk all
mk: don't know how to make '6.aan' in directory /sys/src/cmd
term% 

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 4:29

mk install now fails



mk install fails
mk 5l
6c -FTVw asm.c
<eof> unknown op in type complex: OXXX
mk: 6c -FTVw asm.c  : exit status=rc 15851: 6c 15853: error
mk: for(i in 1a ...  : exit status=rc 15515: rc 15848: mk 15850: error
mk: test -e 8._cp ...  : exit status=rc 14315: mk 15499: error
mk: date for (i ...  : exit status=rc 7717: rc 14297: mk 14299: error

Original issue reported on code.google.com by [email protected] on 3 Oct 2011 at 9:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.