Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdb: Advise to use set directories | Samuel Thibault | 2025-02-02 | 1 | -1/+1 |
| | |||||
* | source is needed, sure | Samuel Thibault | 2025-02-02 | 1 | -0/+2 |
| | |||||
* | There is no need to add LD_something nowadays | Samuel Thibault | 2025-02-02 | 1 | -6/+2 |
| | |||||
* | typo | Samuel Thibault | 2025-01-02 | 1 | -1/+1 |
| | |||||
* | Add faq entry about foo_max | Samuel Thibault | 2025-01-02 | 1 | -0/+70 |
| | |||||
* | Updated information about rump. | jbranso@dismail.de | 2024-11-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | I added some more tweaks here Samuel. I think I finally got decent guide that shows people how to try out rumpdisk. * community/gsoc/project_ideas/driver_glue_code.mdwn: mention that Damien implemented rumpdisk & rumpusbdisk. * hurd/rump.mdwn: added links to other pages. * hurd/rump/rumpdisk.mdwn: new file * hurd/rump/rumpusbdisk.mdwn: new file * hurd/rump/rumpsound.mdwn: new file * hurd/rump/rumpnet.mdwn: new file * hurd/rump/rumpfs.mdwn: new file. * hurd/documentation.mdwn: add links to dde and rump * faq/sata_disk_drives.mdwn: mention rumpdisk. Message-ID: <20241021010033.9160-1-jbranso@dismail.de> | ||||
* | Reworked the faq/drivers page. | jbranso@dismail.de | 2024-10-13 | 1 | -27/+35 |
| | | | | | | | | | * faq/drivers.mdwn: I changed the recommended hardware to the T60, which is currently the only hardware that you can use the Debian installer cd. I mentioned that you must use the proprietary BIOS to run X (libreboot/coreboot won't work). I removed some unnecessary details. I hinted that rump is the Hurd's future for device drivers. Message-ID: <20241010034138.2275-1-jbranso@dismail.de> | ||||
* | mention that the Dell Inspirion 1760 can run the Hurd. | jbranso@dismail.de | 2024-10-01 | 1 | -0/+9 |
| | | | | | | * faq/drivers.mdwn: mention that users can run the Hurd on real hardware with the Dell Inspirion. Message-ID: <20241001010932.6035-1-jbranso@dismail.de> | ||||
* | I added some info about a system port | jbranso@dismail.de | 2024-09-22 | 1 | -5/+15 |
| | | | | | | | * faq/system_port.mdwn: mentioned Sergey as an expert in system port, since he completed the AArch64 port. I also bragged that Debian is probably the most "complete" GNU/Hurd distribution. Message-ID: <20240921010651.5189-5-jbranso@dismail.de> | ||||
* | I updated the faq/drivers page to reccommend specific hardware. | jbranso@dismail.de | 2024-09-22 | 1 | -1/+15 |
| | | | | | * faq/drivers.mdwn: T43, X200, T400, T500 Thinkpads. Message-ID: <20240921010651.5189-4-jbranso@dismail.de> | ||||
* | I updated the 64 bit port status. | jbranso@dismail.de | 2024-09-22 | 1 | -3/+6 |
| | | | | | | | | * faq/64-bit.mdwn: updated status information: libdiskfs/ext2fs deadlocks * open_issues/64-bit_port.mdwn: I mentioned the status of bootstrap efforts of Debian Hurd, Alpine-Hurd, and Guix Hurd. Message-ID: <20240921010651.5189-3-jbranso@dismail.de> | ||||
* | note about rumpusbdisk | Samuel Thibault | 2024-07-19 | 1 | -0/+2 |
| | |||||
* | add example of how to create a custom filesystem. | jbranso@dismail.de | 2024-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Hey Samuel, this is another modification of a previous commit. Hopefully this addresses your critiques. I also added in "-E root_owner=$UID:0" to some other files, where I thought it was appropirate. Hopefully I didn't make any mistakes. I did test this by the way. I was able to get ~/silly/silly1 to be two nested ext2fs translators. All without having to execute "sudo"! * hurd/translator/ext2fs.mdwn: explain how to create a custom filesystem, and mentioned that the current limit for how many nested ext2fs filesystems there could be...is 32. * faq/still_useful: sbin/mk2fs dummy.fs -> sbin/mk2fs -E root_owner=$UID:0 dummy.fs * hurd/documentation/translators.html: as above. * open_issues_/64-bit_port.mdwn: as above Message-ID: <20240531191015.8761-1-jbranso@dismail.de> | ||||
* | mke2fs is in /sbin/ | Samuel Thibault | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | replaced references to alioth with salsa. | jbranso@dismail.de | 2024-05-26 | 1 | -3/+6 |
| | | | | Message-ID: <20240526034104.3641-1-jbranso@dismail.de> | ||||
* | faq: Add doc about recent SMP support and how to test | Damien Zammit | 2024-03-10 | 1 | -9/+22 |
| | | | | Message-ID: <20240310000819.1066949-1-damien@zamaudio.com> | ||||
* | add link to 64bit open issue to the faq | Samuel Thibault | 2023-10-22 | 1 | -1/+3 |
| | |||||
* | faq/x-exit.mdwn: added an example xorg-ctrl-alt-backspace.conf file that ↵ | jbranso@dismail.de | 2023-09-11 | 1 | -0/+9 |
| | | | | | | shows users how to configure to kill X via C-M-DEL. Message-Id: <20230911183820.1532-1-jbranso@dismail.de> | ||||
* | update | Samuel Thibault | 2023-05-29 | 1 | -5/+5 |
| | |||||
* | not both 32 and 64bit at the same time | Samuel Thibault | 2023-05-28 | 1 | -2/+3 |
| | |||||
* | faq/64-bit.mdwn: added up to date 64-bit porting info | jbranso@dismail.de | 2023-05-17 | 1 | -5/+12 |
| | | | | Message-Id: <20230517135301.3642-1-jbranso@dismail.de> | ||||
* | faq: Add note about Xorg support | Samuel Thibault | 2023-01-04 | 1 | -1/+6 |
| | |||||
* | Document about context switch cost | Samuel Thibault | 2022-12-03 | 1 | -0/+78 |
| | |||||
* | Document that Xorg needs the Hurd console | Samuel Thibault | 2022-12-02 | 1 | -0/+19 |
| | |||||
* | People should really use apt instead of apt-get nowadays | Samuel Thibault | 2022-04-12 | 1 | -1/+1 |
| | |||||
* | complete the microkernel switch faq | Samuel Thibault | 2021-09-10 | 1 | -3/+11 |
| | |||||
* | Update on the 64bit support | Samuel Thibault | 2021-08-19 | 1 | -5/+5 |
| | |||||
* | Be more specific about the disk limitations | Samuel Thibault | 2021-08-17 | 1 | -2/+2 |
| | |||||
* | Note about using dpkg-reconfigure hurd rebuild /dev | Samuel Thibault | 2021-08-17 | 1 | -0/+20 |
| | |||||
* | Note about X exit | Samuel Thibault | 2021-08-15 | 1 | -0/+18 |
| | |||||
* | zero dtime: Also mention their consequence | Samuel Thibault | 2021-08-11 | 1 | -0/+12 |
| | |||||
* | Document the harmless random seed reading error | Samuel Thibault | 2021-08-11 | 1 | -0/+19 |
| | |||||
* | explicit that it's the partition place which is the concern | Samuel Thibault | 2020-07-05 | 1 | -0/+2 |
| | |||||
* | We are not handfuls | Samuel Thibault | 2019-11-30 | 1 | -3/+3 |
| | |||||
* | Change link "Document" to "This document" | MutoShack | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | fix typo | MutoShack | 2019-10-13 | 1 | -3/+3 |
| | |||||
* | Change search engine to duckduckgo.com (from Google) | MutoShack | 2019-10-13 | 1 | -2/+2 |
| | |||||
* | History lesson in "Bought the farm" | MutoShack | 2019-04-08 | 1 | -0/+5 |
| | |||||
* | Slightly more understandable | MutoShack | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Fixed markdown error | MutoShack | 2019-03-27 | 1 | -2/+2 |
| | |||||
* | Add external links & define acronym | MutoShack | 2019-03-22 | 1 | -0/+6 |
| | |||||
* | I merged some tiny details from the old faq to the new faq. I also removed ↵ | IkiWiki | 2019-01-18 | 2 | -32/+16 |
| | | | | any questions and answers from the old faq that the new faq already answers. | ||||
* | Note the 32bit vs 64bit difference | Samuel Thibault | 2019-01-15 | 1 | -1/+4 |
| | |||||
* | Changing "manpower" to a more inclusive term, inline with GNU communication ↵ | Auftragsmöwe | 2019-01-02 | 1 | -1/+1 |
| | | | | guidelines | ||||
* | I am adding Richard's comment about mach's memory management issue to the ↵ | Joshua Branson | 2018-11-08 | 1 | -4/+8 |
| | | | | | | open issues gnumach memory management page. I also added a link to the 64-bit port on the 830MB RAM limit page. | ||||
* | Fix hurd-dbgsym packagename | Samuel Thibault | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | Merge commit '96dba7ef358153dd1a608ab45f52226d08d62e3c' | Thomas Schwinge | 2018-05-09 | 2 | -2/+25 |
|\ | | | | | | | | | As part of the merge, fix some typos, adjust copyright headers, and apply a few more minor changes. | ||||
| * | No login common issue | Samuel Thibault | 2017-12-04 | 1 | -0/+21 |
| | | |||||
| * | mention the mach branch names | Samuel Thibault | 2017-09-04 | 1 | -1/+1 |
|/ | |||||
* | news/2016-12-18-releases | Thomas Schwinge | 2016-12-18 | 1 | -3/+3 |
| |