mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Add null driver
This will be the target of our real ELF loader
This commit is contained in:
1
src/drivers/nulldrv/main.cpp
Normal file
1
src/drivers/nulldrv/main.cpp
Normal file
@@ -0,0 +1 @@
|
||||
int main(int argc, const char **argv) { return 0; }
|
||||
Reference in New Issue
Block a user