提交 9d2c5f2c 编写于 作者: R rain

0.509s-kernel: kernel.asm forgot GPL prefix

上级 cd1c7061
......@@ -14,5 +14,5 @@
2021-2-23 0.484: 484 lines, 5 files, rain
2021-2-23 0.490: 490 lines, 6 files, rain
2021-2-23 0.509: 509 lines, 6 files, rain
......@@ -6,3 +6,7 @@ all:
clear:
rm boot/x86/*.bin kernel/*.bin cunix.img
lines:
wc boot/x86/boot.asm boot/x86/loader.asm kernel/kernel.asm include/arch/x86/* -l
......@@ -42,7 +42,7 @@ Cunix kernel
&#9let `readdisk.inc` smaller, but we just can use CHS or LBA, not both.
`0.490s-kernel`:
`0.509s-kernel`:
&#9load kernel to 0x8200-0x9200 for 4KB, kernel.asm display 'K' to screen.
</pre>
......
; Copyright (C) 2021 Rain
; This file is part of Cunix.
; Cunix is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) and later version.
; Cunix is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
; You should have received a copy of the GNU General Public License
; along with Cunix. If not, see <https://www.gnu.org/licenses/>.
bits 64
_start:
mov byte [0xb8000], 'K'
hlt
jmp $
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册