This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia
Watch
1
Star
0
Fork
You've already forked acadia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
be12fa9a19
acadia
/
sys
/
CMakeLists.txt
6 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
Add a kernel ELF module and load it in a new process. Don't yet jump to userspace.
2023-05-29 00:32:54 -07:00
set
(
CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS
""
)
Move sys/test to Yellowstone init process.
2023-06-07 11:18:35 -07:00
add_subdirectory
(
yellowstone
)
Add the Denali disk driver. Begin enumerating information from the PCI structure and HBA AHCI structures. Currently the PCI structure address is hardcoded but it should be passed via a capability from the init process in the future.
2023-06-08 02:36:59 -07:00
add_subdirectory
(
denali
)
Add a second process to be loaded by the bootloader.
2023-05-30 20:54:37 -07:00