Add: basic framebuffer write call

This commit is contained in:
xamidev
2024-05-19 14:31:10 +02:00
parent 566860c6ea
commit 5cd61cf95c
11 changed files with 82 additions and 67 deletions

View File

@@ -10,11 +10,7 @@ SECTIONS {
.text ALIGN (0x1000) :
{
*(.text)
}
.rodata ALIGN (0x1000) :
{
*(.rodata*)
*(.rodata)
}
.data ALIGN (0x1000) :