ChibraxOS 2
Changes: - kernel 6.0.2 - Broken init scripts - Switch to bun for better peroformance an easier ffi - Removed grup - Efi support without graphics (at least graphics werent tested) - Suppression de toutes les dépendance non libc - new splash - broken audio - typescript support - ls rewritten to be more reliable
This commit is contained in:
Vendored
+5
-1
@@ -2,6 +2,9 @@
|
||||
"python.linting.enabled": false,
|
||||
"files.associations": {
|
||||
"*.ejs": "html",
|
||||
"*.rmd": "markdown",
|
||||
"*.vue": "vue",
|
||||
"*.h": "c",
|
||||
"*.inc": "cpp",
|
||||
"internet": "cpp",
|
||||
"socket": "cpp",
|
||||
@@ -93,6 +96,7 @@
|
||||
"ios": "cpp",
|
||||
"locale": "cpp",
|
||||
"queue": "cpp",
|
||||
"stack": "cpp"
|
||||
"stack": "cpp",
|
||||
"export": "c"
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user