From 9f51b69d7c0500e04b3c404bb5138a9234810035 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Tue, 18 Oct 2011 13:13:06 +0100 Subject: core: Reimplement lots asm code in C There is an awful lot of code currently implemented in assembly when it could just as easily be implemented in C. Having it in C makes it much easier to share code between the BIOS and forthcoming EFI firmware backend. The following code fragments have been rewritten, - timer initialisation - adjust_screen() - check_esapes() and mem_init() - conio.inc - plaincon.inc - cleanup.inc - serirq.inc - font.inc - graphics - writehex Signed-off-by: Matt Fleming --- core/diskfs.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/diskfs.inc') diff --git a/core/diskfs.inc b/core/diskfs.inc index 26843281..5a029d36 100644 --- a/core/diskfs.inc +++ b/core/diskfs.inc @@ -115,9 +115,7 @@ kaboom2: ; ----------------------------------------------------------------------------- %include "common.inc" ; Universal modules -%include "plaincon.inc" ; writechr %include "writestr.inc" ; String output -%include "writehex.inc" ; Hexadecimal output %include "localboot.inc" ; Disk-based local boot ; ----------------------------------------------------------------------------- -- cgit v1.2.1