feat: scheduling, usermode, shell
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* main.cpp
|
||||
* Hello world program for ZenithOS
|
||||
* Copyright (c) 2025 Daniel Hammer
|
||||
*/
|
||||
|
||||
#include <zenith/syscall.h>
|
||||
|
||||
extern "C" void _start() {
|
||||
|
||||
|
||||
zenith::print("Hello from userspace!\n");
|
||||
|
||||
// while(true) {
|
||||
// zenith::print("ab");
|
||||
// }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user