Kernel/Bootloader: banan-os can now be booted with my bootloader :D

This commit is contained in:
2023-11-17 20:33:02 +02:00
parent d1444761a3
commit cb5a5d3ed1
5 changed files with 75 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ command_line_enter_msg:
.section .bss
.global command_line
command_line:
# 100 character command line
command_line_buffer:
.skip 100