Mount + proper init + sys/proc/tmp
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user