- Status Closed
- Percent Complete
- Task Type Implementation Request
- Category General
-
Assigned To
coadde Emulatorman - Operating System Hyperbola GNU/HyperBK
- Severity High
- Priority Medium
- Reported Version Any
- Due in Version Undecided
-
Due Date
Undecided
-
Votes
1
- zapper (09/06/2019)
- Private
Attached to Project: Software Development
Opened by Emulatorman - 05/06/2018
Last edited by Emulatorman - 20/06/2019
Opened by Emulatorman - 05/06/2018
Last edited by Emulatorman - 20/06/2019
FS#763 - Develop GNU/HyperBK patchset
Develop GNU/HyperBK patchset for toolchain (Glibc, Binutils and GCC) and packages.
PATCHING NOTE
Make sure the definitions are not simply duplicated from GNU/Linux' because that will eventually result in out-of-sync definitions that break for us. Example of triplet check: linux*-gnu | gnu* | hyperbk-gnu) Example of uname check: Linux|GNU|GNU/*) Example of C macro check: defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) [note: GNU/Hurd defines __GNU__, and GNU/HyperBK define __GLIBC__ as hardcoded macro] Example of makefile check: ifneq (, $(filter Linux GNU GNU_%, $(shell uname -s))) [note1: findstring matches subwords, use filter instead] [note2: list must be the first parameter, otherwise matching fails] [note3: "%" is make's wildcard]
Closed by Emulatorman
20.06.2019 00:52
Reason for closing: Won't implement
Additional comments about closing:
20.06.2019 00:52
Reason for closing: Won't implement
Additional comments about closing:
We will distribute Hyperbola BSD
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
THIS, has major interest for me. :)
I would love you guys to make a version of Hyperbola with a BSD kernel. Sounds ultra lightweight. :)
Although, I would want a libreboot FDE guide for it. :)