Skip to content

Commit

Permalink
[REFACTOR] Move
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Jun 21, 2024
1 parent b030fe4 commit a578a63
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions hexa.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"engine/syscalls/syscalls",
"engine/gui/window",
"engine/gui/windows",
"kernel/gui/collider",
"engine/gui/collider",
"engine/gui/screen",
"engine/gui/text",
"kernel/gui/theme",
"engine/gui/theme",
"engine/gui/quake",
"engine/gui/dwm",
"engine/gui/dwmState",
"engine/gui/session",
"engine/gui/taskbar",
"engine/gui/desktop",
"kernel/gui/compositor",
"engine/gui/compositor",
"engine/gui/alert",
"engine/gui/concepts/files",
"engine/gui/concepts/viewer",
Expand Down Expand Up @@ -61,14 +61,14 @@
"engine/multitasking/thread",
"engine/multitasking/engineThread",
"engine/multitasking/guiThread",
"kernel/multitasking/scheduler",
"engine/multitasking/scheduler",
"devices/cpu/interrupts",
"devices/amd64/amd64page",
"devices/amd64/amd64paging",
"devices/cpu/physical",
"engine/formats/exe/executive",
"kernel/formats/exe/exe",
"kernel/formats/exe/exeIcon",
"engine/formats/exe/exe",
"engine/formats/exe/exeIcon",
"devices/cpu/rdtsc",
"devices/cpu/seh.header",
"devices/cpu/seh",
Expand All @@ -85,5 +85,5 @@
"options": []
}
],
"entry": "kernel/tofita"
"entry": "engine/tofita"
}

0 comments on commit a578a63

Please sign in to comment.