Redox: A Rust Operating System
Go to file
Anhad Singh 2035dd968b initfs: switch to VT#3 before run.d
* Make `vesad` allocate VTs 1..12 on startup. They can later be replaced
  by another display device.
* Switch to VT#3 before `run.d`
* Also set the mode of VT#3 to [`VtMode::Graphical`].

Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
2023-08-01 18:02:49 +10:00
.cargo Remove libc patch 2023-02-11 14:05:19 -07:00
bin Update llvm-config 2023-02-11 16:54:27 -07:00
docgen@c9525c4761 Update docgen 2018-11-08 17:06:26 -07:00
pkgar@7a31644304 Update pkgar 2023-04-27 17:34:53 -06:00
pkgutils@410b9b0761 Update pkgutils 2021-08-10 16:08:32 -06:00
recipes initfs: switch to VT#3 before run.d 2023-08-01 18:02:49 +10:00
src Simplify cargo recipes 2023-05-18 13:17:46 -06:00
.gitignore Build packages in separate folder per target 2022-11-10 12:03:32 -07:00
.gitmodules Remove patches 2020-05-21 19:55:14 -06:00
Cargo.lock Aarch64 drivers build 2023-05-06 18:37:38 +00:00
Cargo.toml Aarch64 drivers build 2023-05-06 18:37:38 +00:00
clean.sh Remove all references to xargo 2023-02-21 11:52:50 -07:00
config.sh Use gfind in MacOS for use with -executable option 2023-04-04 20:21:05 +01:00
cook.sh Use POSIX -R instead of -r in copy for better portability 2023-04-15 08:43:53 +01:00
fetch.sh Run cookbook rust version for fetch, if possible 2020-08-21 15:52:58 -06:00
LICENSE Initial commit 2016-10-31 11:19:57 -06:00
README.md Remove toolchain stuff from README 2019-03-15 20:17:28 -06:00
repo.sh Use more portable -c and -r options to touch 2023-04-04 20:29:04 +01:00
setup.sh Remove all references to xargo 2023-02-21 11:52:50 -07:00
status_origin.sh Add diff subcommands 2017-10-11 20:31:35 -06:00
status_upstream.sh Add upstream status script 2017-10-11 20:24:40 -06:00
status.sh Update status script 2017-10-11 20:19:43 -06:00
unfetch.sh Add unfetch script 2017-11-26 09:12:26 -07:00

cookbook

A collection of package recipes for Redox.

MIT licensed

In order for this repository to be useful, it must be set up with an environment from the Redox repository.