MonkOS  v0.1
A simple 64-bit operating system (x86_64)
mode_t Struct Reference

Shell mode descriptor. More...

Data Fields

void(* start )()
 
void(* run )()
 
void(* stop )()
 

Detailed Description

Shell mode descriptor.

Definition at line 36 of file shell.c.

Field Documentation

void(* mode_t::start) ()

Definition at line 38 of file shell.c.

Referenced by kshell(), and switch_mode().

void(* mode_t::run) ()

Definition at line 39 of file shell.c.

Referenced by kshell().

void(* mode_t::stop) ()

Definition at line 40 of file shell.c.

Referenced by switch_mode().


The documentation for this struct was generated from the following file: