?? readme
字號:
Orz Microkernel - version 0.rzOrz Microkernel is a tiny microkernel written in 80386 ProtectedMode Assembly with message-based design. Orz Microkernel is inspired by Minix[1], and the detailed messages are as following: . Sleep . GetTickCount . FindTaskByName . RmodeInt (Real mode interrupt routines used for VGA/MMU) . EnumTasksID . GetTaskName . KillTask . Exit . GetScanCodeThe interrupts are as following: . int 0x30 - GetMessage . int 0x31 - SendMessageW . int 0x32 - ProcessMessage . int 0x33 - RemoveMessage . int 0x34 - SendAnswerOrz Microkernel is licensed under BSD-like license. See the file"LICENSE.txt" for details.Additionally, Orz Microkernel includes a complete operating systemenvironment, which provides a small bootloader, disk utility, shell,and sample programs ("Hello World" and floppy dumper). All of themrequire NASM[2] to get built, and it is recommended to use qemu[3]for testing. Refer to the script file "run.sh" to know how to launchthe distribution.[1] http://www.minix.org/[2] http://sourceforge.net/projects/nasm[3] http://fabrice.bellard.free.fr/qemu/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -