feat: e100e Ethernet driver, ramdisk reorganization, shell rewrite, web server/client, and more
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* main.cpp
|
||||
* shutdown - Shut down the system
|
||||
* Copyright (c) 2025-2026 Daniel Hammer
|
||||
*/
|
||||
|
||||
#include <zenith/syscall.h>
|
||||
|
||||
extern "C" void _start() {
|
||||
zenith::print("Shutting down...\n");
|
||||
zenith::shutdown();
|
||||
}
|
||||
Reference in New Issue
Block a user