Skip to content

Commit

Permalink
refactor: partition the kernel subsystem
Browse files Browse the repository at this point in the history
We need to divide the kernel into a hierarchical structure to minimize
the dependencies of each subsystem.
  • Loading branch information
Godones committed Jan 8, 2024
1 parent 494ebc5 commit 58223f2
Show file tree
Hide file tree
Showing 111 changed files with 1,880 additions and 681 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ tools/redis-3.2.9
tools/sqlite-amalgamation-3410100
alien-*
alien.bin
rust
rust

tests/testsuits-for-oskernel

subsystems/devices
subsystems/drivers
subsystems/vfs
subsystems/timer
Loading

0 comments on commit 58223f2

Please sign in to comment.