il fallait que sa puisse passer sur un cv

This commit is contained in:
Marc
2022-02-17 14:19:08 +01:00
parent 1edb531e1a
commit 551505c014
37 changed files with 13 additions and 20 deletions
-7
View File
@@ -1,10 +1,3 @@
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
+1 -1
View File
@@ -1,5 +1,5 @@
//@ts-check
const { cmount, mount, flags } = require('../../chibrax/mount.js')
const { cmount, mount, flags } = require('../../core/mount.js')
async function init() {
cmount("dummy", "/proc", "proc",
+1 -1
View File
@@ -1,4 +1,4 @@
const ip = require('../../chibrax/ip')
const ip = require('../../core/ip')
//async is optional but recomended for optimisation (optimisations are yet to be implemented)
async function init() {
ip.setFlags('lo', ip.flags.IFF_UP | ip.flags.IFF_LOOPBACK | ip.flags.IFF_RUNNING)
+1 -1
View File
@@ -1,4 +1,4 @@
const audio = require('/chibrax/audio.js')
const audio = require('../../core/audio')
async function init() {
audio('/chibrax/sheeebr.wav')
+1 -1
View File
@@ -1,5 +1,5 @@
//@ts-check
const graphics = require('../../chibrax/graphics')
const graphics = require('../../core/graphics')
const shapes = require('../lib/shapes')
const path = require('path')
+1 -1
View File
@@ -1,5 +1,5 @@
//@ts-check
const { finit_module, uname } = require('../../chibrax/kernel.js')
const { finit_module, uname } = require('../../core/kernel.js')
const fs = require('fs')
const path = require('path')
+1 -1
View File
@@ -3,7 +3,7 @@
* DICKPICK is a image drawing library
*/
const graphics = require('../../chibrax/graphics')
const graphics = require('../../core/graphics')
/**
* @param { number } x