vesper/machine/src
Berkus Decker afbb317403 refactor: 📦 Improve boot code structure
Rename sections to not conflict during link.
Update linker script docs to align on PAGE_SIZE.
2023-07-29 04:08:18 +03:00
..
arch refactor: 📦 Improve boot code structure 2023-07-29 04:08:18 +03:00
devices refactor(console): 📦 Improve console code 2023-07-29 04:08:18 +03:00
memory feat: Implement MMU based on Andre Richter's tutorial 2022-05-08 12:15:21 +03:00
mm refactor: 📦 Clean up code 2022-02-10 02:15:18 +02:00
platform refactor: 📦 Fix new clippy errors 2023-07-29 04:08:18 +03:00
lib.rs chore: ♻️ Fix typos 2023-07-29 04:08:18 +03:00
macros.rs refactor: 📦 Split kernel into machine and nucleus 2022-02-10 02:14:07 +02:00
memory.rs feat: Implement MMU based on Andre Richter's tutorial 2022-05-08 12:15:21 +03:00
panic.rs refactor: 📦 Split kernel into machine and nucleus 2022-02-10 02:14:07 +02:00
qemu.rs refactor: 📦 Split kernel into machine and nucleus 2022-02-10 02:14:07 +02:00
sync.rs refactor: 📦 Split kernel into machine and nucleus 2022-02-10 02:14:07 +02:00
tests.rs refactor: 📦 Split kernel into machine and nucleus 2022-02-10 02:14:07 +02:00
write_to.rs refactor: 📦 Split kernel into machine and nucleus 2022-02-10 02:14:07 +02:00