readme
来自「jserv写的orz小内核 有详细的注释」· 代码 · 共 36 行
TXT
36 行
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/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?