Mount + proper init + sys/proc/tmp

This commit is contained in:
Marc
2021-12-01 21:26:11 +01:00
parent eedb9c067f
commit fbdabd66a5
16 changed files with 351 additions and 17 deletions
+4 -6
View File
@@ -1,3 +1,4 @@
//@ts-check
function panic() {
console.log("/!\\ INIT PANIK /!\\ LOSE CHIBRE")
@@ -6,15 +7,12 @@ function panic() {
async function main() {
try {
const audio = require('./audio.js')
const initd = require('./initd.js')
const reboot = require('./reboot.js')
const input = require('./input.js')
const { fHook } = require("./hook.js")
console.log("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
console.clear()
console.log(`
_______ _________ ______ _______ _______
( ____ \\|\\ /|\\__ __/( ___ \\ ( ____ )( ___ )|\\ /|
| ( \\/| ) ( | ) ( | ( ) )| ( )|| ( ) |( \\ / )
@@ -35,7 +33,7 @@ async function main() {
`)
audio('/chibrax/sheeebr.wav')
await initd()
//chainload into sheebr
await fHook("/usr/bin/sheebr.js")