main.cc.svn-base
来自「德国Erlangen大学教学操作系统源码。」· SVN-BASE 代码 · 共 28 行
SVN-BASE
28 行
/* $Id: main.cc,v 1.21 2004/01/13 15:33:23 lohmann Exp $ */#include "machine/keyctrl.h"#include "device/cgastr.h"#include "user/appl.h"void delay(){ for(int i = 0; i < 10000; i++) for(int j = 0; j < 50; j++) ;}CGA_Stream kout;Keyboard_Controller kbctrl;int main(){ kout << "Started with app" << endl; Application app; app.action(); return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?