StuBS
test.cc File Reference
#include "console_out.h"
#include "file_out.h"
Include dependency graph for test.cc:

Functions

int main ()
 Kernels main function.
 

Constants

ConsoleOut cout
 
FileOut foo ("foo.txt")
 

Function Documentation

◆ main()

int main ( )

Kernels main function.

Called after initialization of the system by kernel_init()

Note
This code will only be executed on the booting CPU (i.e., the one with ID 0).

Variable Documentation

◆ cout

ConsoleOut cout

◆ foo

FileOut foo("foo.txt") ( "foo.txt"  )