Use only one virtual terminal until init issue is fixed. Compile baduk, do not compile snake until issue is fixed
This commit is contained in:
parent
da62b38adc
commit
ae1abca0f5
1
filesystem/etc/init.d/20_orbital
Normal file
1
filesystem/etc/init.d/20_orbital
Normal file
|
@ -0,0 +1 @@
|
|||
/sbin/orbital display:3/activate /ui/bin/orblogin /ui/bin/launcher
|
|
@ -1,2 +1,2 @@
|
|||
getty display:2
|
||||
getty display:3
|
||||
getty debug: -J
|
|
@ -1 +0,0 @@
|
|||
/sbin/orbital display:4/activate /ui/bin/orblogin /ui/bin/launcher
|
|
@ -1 +0,0 @@
|
|||
getty debug: -J
|
|
@ -1,5 +1,5 @@
|
|||
export PATH initfs:/bin
|
||||
vesad T T T G
|
||||
vesad T T G
|
||||
stdio display:1
|
||||
ps2d
|
||||
pcid /etc/pcid.toml
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
games: \
|
||||
filesystem/bin/baduk \
|
||||
filesystem/bin/ice \
|
||||
filesystem/bin/minesweeper \
|
||||
filesystem/bin/reblox \
|
||||
filesystem/bin/rusthello \
|
||||
filesystem/bin/snake
|
||||
filesystem/bin/rusthello
|
||||
|
||||
#filesystem/bin/snake
|
||||
|
||||
filesystem/bin/%: programs/games/Cargo.toml programs/games/src/%/**.rs $(BUILD)/libstd.rlib
|
||||
mkdir -p filesystem/bin
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3478af86d9bb413dc918ead3029eff65bf44e099
|
||||
Subproject commit c4984dc276bf5776f544b5f9f6996330e3ca4b51
|
Loading…
Reference in a new issue