YonaOS
1.0.0
该项目升级到yona2.0
一个爱好操作系统,简约的32bit机器来运行我的怪异代码,请查看GetToknow网站以获取洞察力和代码解释,如果您有任何segeStion或发现错误的话,如果您联系我,我会很高兴。
[1] Assembly + Bootable + Reading from the Disk
[1] change to 32 bit mode
[00011] Working on the display driver (Text Mode)
[1] Defining and setting the IDT (Interrupts Descriptor Table).
[00001] Keyboard driver
[00001] shell (basic)
[00000] file system
YOT $> set time ; configure the time
YOT $> set date ; configure the date
YOT $> time ; show the time
YOT $> date ; show the date
YOT $> clear ; clears the display
YOT $> draw ; draw a face (one of my arts)
YOT $> exit ; now the cpu on hlt
只需安装QEMU和NASM:
$> bash run.sh