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