Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 220 Bytes

File metadata and controls

5 lines (5 loc) · 220 Bytes

system

从0开始写一个操作系统。

  • 2018.08.12 mbr.S使用int 0x10;中断向屏幕输出内容
  • 2018.08.14 mbr.S使用显卡显存向屏幕输出内容
  • 2018.08.15 loader.S内核加载器示例版实现