added the absence of features (TODOs)

This commit is contained in:
Bryan McShea
2022-10-21 01:59:55 -04:00
parent d13bc9b8fe
commit a5da0abcc4
2 changed files with 8 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
.equ sizeof_fb, (8*4 + align_imask) & align_mask .equ sizeof_fb, (8*4 + align_imask) & align_mask
.equ sizeof_ub, (8*1 + align_imask) & align_mask .equ sizeof_ub, (8*1 + align_imask) & align_mask
# TODO: use with brk to reduce redundant calls
.equ PAGE_SIZE, 4096 .equ PAGE_SIZE, 4096

View File

@@ -22,6 +22,13 @@ hexstr:
# TODO: The print is really nice,
# but this is kinda garbage because
# it only tests what's hardcoded here.
# Need to turn into program where you
# can enter commands to test exactly
# what you want.
.align 2 .align 2
.section .text .section .text