📄 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/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -