Skip to content

Commit 0a2cb20

Browse files
authored
Merge pull request #6 from oscomp/new-fs
Merge all modules and refactor code
2 parents 3331e4a + e9fbd5c commit 0a2cb20

File tree

162 files changed

+8354
-8533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+8354
-8533
lines changed

.cargo/config.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/mirror.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ qemu.log
1212
kernel/src/drivers.rs
1313
graph.png
1414
tools/iso/example
15+
*.log

.vscode/launch.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"rust-analyzer.check.allTargets": false,
3-
"rust-analyzer.check.extraArgs": [],
4-
"rust-analyzer.procMacro.enable": true,
5-
"deno.enable": true
2+
"rust-analyzer.check.allTargets": false,
3+
"rust-analyzer.check.extraArgs": [],
4+
"rust-analyzer.procMacro.enable": true,
5+
"rust-analyzer.cargo.target": "x86_64-unknown-none",
6+
"rust-analyzer.cargo.extraEnv": {
7+
"RUSTFLAGS": "-Clink-arg=-no-pie --cfg=root_fs=\"ext4\"",
8+
"BOARD": "qemu",
9+
"ROOT_MANIFEST_DIR": "${workspaceFolder}"
10+
},
11+
"deno.enable": true
612
}

.vscode/tasks.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)