diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2018-05-09 22:46:31 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2018-05-09 22:46:31 +0200 |
commit | dec7cfc3be51acb52bf6dbba4cd0c2be35786d0a (patch) | |
tree | a9e3ee41086dceff53369679ab2d7e23b3ac2843 /open_issues | |
parent | 3581c9cf04f239b8fc6dc0bfa77a818416f70e7f (diff) | |
parent | 96dba7ef358153dd1a608ab45f52226d08d62e3c (diff) |
Merge commit '96dba7ef358153dd1a608ab45f52226d08d62e3c'
As part of the merge, fix some typos, adjust copyright headers, and apply a few
more minor changes.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/64-bit_port.mdwn | 19 | ||||
-rw-r--r-- | open_issues/problematic_packages.mdwn | 12 |
2 files changed, 20 insertions, 11 deletions
diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index 74758085..8658f1b7 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011, 2012, 2013, 2014, 2016 Free Software +[[!meta copyright="Copyright © 2011, 2012, 2013, 2014, 2016, 2017 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -12,10 +12,25 @@ License|/fdl]]."]]"""]] [[!tag open_issue_gnumach open_issue_mig]] There is a `master-x86_64` GNU Mach branch. As of 2012-11-20, it only supports -the [[microkernel/mach/gnumach/ports/Xen]] platform. +the [[microkernel/mach/gnumach/ports/Xen]] platform for now. + +What is left for initial support (32-on-64) is + + * adding 64bit boot support from grub + * implement 32/64 RPC compatibility for RPCs served by kernel. See http://lists.gnu.org/archive/html/bug-hurd/2012-04/msg00000.html +For pure 64bit support, we need to + + * add 64bit definitions in binutils + * add 64bit definitions in gcc + * implement 64bit variants of code in glibc/sysdeps/mach/i386 and glibc/sysdeps/mach/hurd/i386 + * implement 64bit variants of code in libpthread/sysdeps/i386, libpthread/sysdeps/mach/i386, libpthread/sysdeps/mach/hurd/i386 + * fetch from Linux 64bit variant of code in ./pfinet/linux-src/arch/i386 and ./pfinet/linux-src/include/asm-i386 + * define the mig ABI + * bootstrap a distrib, e.g. Debian hurd-amd64 (see https://jenkins.debian.net/view/rebootstrap/job/rebootstrap_hurd-amd64_gcc7/ ) + # IRC, freenode, #hurd, 2011-10-16 <youpi> it'd be really good to have a 64bit kernel, no need to care about diff --git a/open_issues/problematic_packages.mdwn b/open_issues/problematic_packages.mdwn index 444350f0..8fe06495 100644 --- a/open_issues/problematic_packages.mdwn +++ b/open_issues/problematic_packages.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2014, 2015, 2016 Free Software Foundation, +[[!meta copyright="Copyright © 2014, 2015, 2016, 2017 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -20,22 +20,16 @@ This page lists the few packages whose build makes the Debian buildd box crash a * ruby-hiredis * subversion testsuite * socket-wrapper + * qt-at-spi * breaks cron * rsyslog -* breaks ext2fs - - * icedove - -* box gets stuck - - * llvm-toolchain-3.7 - * ext2fs gets stuck * emacs24 + * emacs25 * loops and eats memory |