Add some values to sysfs

This commit is contained in:
Baptiste Wicht 2014-03-02 17:04:51 +01:00
parent 5a432d9f70
commit 8febad7357

View File

@ -24,6 +24,7 @@
#include "terminal.hpp"
#include "scheduler.hpp"
#include "vfs/vfs.hpp"
#include "fs/sysfs.hpp"
extern "C" {
@ -83,6 +84,9 @@ void kernel_main(){
init_console();
sysfs::set_value("/sys/", "version", "0.1");
sysfs::set_value("/sys/", "author", "Baptiste Wicht");
scheduler::init();
//Launch the shell