]> git.dujemihanovic.xyz Git - nameless-os.git/commit
A new beginning
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 7 Sep 2021 09:25:40 +0000 (11:25 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 7 Sep 2021 09:25:40 +0000 (11:25 +0200)
commitc9f2bccb44c5437f1cae0862b2c84d3af47eade8
tree87854dd92aa2106bc883972edd3c1fda1db4c654
parent85d77ed5b53a1bd5642985ca7c6e563c58c98fa1
A new beginning

This boots into protected mode, prints a string from assembly and then prints an
A from a minimal C kernel.
.gitignore
Makefile
boot.s
kernel/entry.s [new file with mode: 0644]
kernel/kernel.c [new file with mode: 0644]
print.s [deleted file]