|
dd57a31d38
|
HEL: Add heap module; locate GOP handle
|
2022-03-14 21:43:40 -04:00 |
|
|
406f17c1db
|
HEL: format hex, decimal, and CHAR16 strings in output module
|
2022-03-14 15:09:02 -04:00 |
|
|
0be1b113aa
|
Add output module for console output routines
|
2022-03-14 13:53:02 -04:00 |
|
|
d782b59768
|
Write map file
|
2022-03-14 01:35:28 -04:00 |
|
|
c3a6139f83
|
Run image from temporary copy to avoid modified disk image file
|
2022-03-14 00:57:24 -04:00 |
|
|
3d3a433800
|
Update to rscons 3.0.2
|
2022-03-14 00:51:54 -04:00 |
|
|
54451bcf5b
|
Add initial HOS EFI Loader sources
|
2022-03-13 23:16:37 -04:00 |
|
|
1fc2dd34e5
|
Update build system for 64-bit, EFI, and D
|
2022-03-13 22:46:59 -04:00 |
|
|
cb6bd3914c
|
Remove HOS v0.16 sources
|
2022-02-28 15:10:25 -05:00 |
|
|
56c3be9207
|
Update to rscons 3.0.0
|
2022-02-28 13:40:08 -05:00 |
|
|
c6ae200a54
|
Update to rscons 2.3.0
Move cross compiler to i686-elf-gcc directory.
Automatically build cross compiler using rscons subsidiary script.
|
2021-12-08 11:33:03 -05:00 |
|
|
6b1de7c9d4
|
Explicitly check page boundaries when adding bootloader-provided memory regions
|
2021-08-16 17:35:11 -04:00 |
|
|
ebfeca47b5
|
Use size_t rather than uint32_t
|
2021-08-16 14:01:39 -04:00 |
|
|
43f4a1f4b1
|
Show kernel size/address
|
2021-08-16 13:59:39 -04:00 |
|
|
0f73efbdc3
|
add mm module to manage free physical page regions
|
2020-10-26 20:17:08 -04:00 |
|
|
a084ab296c
|
define _hos_mem_start and _hos_mem_end symbols
|
2020-10-25 17:08:07 -04:00 |
|
|
aa28284187
|
build kernel .size file on build
|
2020-10-25 17:06:56 -04:00 |
|
|
87c135b010
|
set up a GDT to stop using the one GRUB set up
|
2020-10-25 16:49:09 -04:00 |
|
|
3d30025d3b
|
write a map file when linking
|
2020-10-25 16:48:42 -04:00 |
|
|
556b0f0c4d
|
add gdt.h
|
2020-10-23 00:48:40 -04:00 |
|
|
bffd652c16
|
walk multiboot2 memory map
|
2020-10-23 00:47:19 -04:00 |
|
|
cbd427b14b
|
add 64-bit formatting support
|
2020-10-23 00:46:40 -04:00 |
|
|
fa4ff5facf
|
load some multiboot2 info after the framebuffer is initialized
|
2020-10-22 22:03:43 -04:00 |
|
|
db16e69d5d
|
add klog module to print kernel messages
|
2020-10-20 21:44:21 -04:00 |
|
|
1d3b0a5621
|
make fb_clear() public
|
2020-10-20 20:24:48 -04:00 |
|
|
d03a34ab3e
|
fb: store fb.pitch in words, not bytes
|
2020-10-20 20:07:51 -04:00 |
|
|
494ef6de81
|
add fb_width(), fb_height()
|
2020-10-20 20:06:54 -04:00 |
|
|
784009ba6c
|
hos_printf: handle field width, zero-padding, and left-justifiying conversion specifiers
|
2020-10-20 19:56:30 -04:00 |
|
|
9bddf11ee4
|
stream: use char instead of uint8_t
|
2020-10-20 19:47:15 -04:00 |
|
|
313b86fdc7
|
provide an implementation for memcpy()
|
2020-10-20 19:31:26 -04:00 |
|
|
75491dd36b
|
add hos_printf and stream modules
|
2020-10-20 19:30:23 -04:00 |
|
|
c8db9fe905
|
add string.h
|
2020-10-20 17:55:31 -04:00 |
|
|
d0cbaba4d1
|
add memcpy(), memmove(), memset()
|
2020-10-20 17:47:40 -04:00 |
|
|
1f22d0c900
|
add a few multiboot2 info structures
|
2020-10-20 17:34:08 -04:00 |
|
|
a474368435
|
increase kernel font size a little
|
2020-10-20 17:28:43 -04:00 |
|
|
fb88595dec
|
add fb_clear(), just clear to solid bluish color for now
|
2020-10-20 17:28:16 -04:00 |
|
|
70b4db9dbb
|
fix fb_text_render_char() to use given color
|
2020-10-20 17:23:51 -04:00 |
|
|
9fde638b6e
|
build with -O2
|
2020-10-20 15:09:00 -04:00 |
|
|
b4b77dd52c
|
add mem.h and memset32()
|
2020-10-20 15:08:12 -04:00 |
|
|
79951bd0f1
|
add cross/clean.sh
|
2020-10-20 14:15:28 -04:00 |
|
|
41152cb4ca
|
add fb_fill()
|
2020-10-20 14:01:14 -04:00 |
|
|
dba3d28bbf
|
draw a character
|
2020-10-20 13:34:02 -04:00 |
|
|
610f30fae9
|
generate a built-in kernel font
|
2020-10-20 00:34:53 -04:00 |
|
|
e22b90b768
|
configure GRUB to boot HOS automatically after 1s
|
2020-10-20 00:17:05 -04:00 |
|
|
08fc9a5445
|
rename target run-bios -> run
|
2020-10-20 00:11:12 -04:00 |
|
|
a66df19edc
|
add fb_ready()
|
2020-10-20 00:09:09 -04:00 |
|
|
5bc844649b
|
set desired framebuffer size to 1600x900x32
|
2020-10-19 23:57:54 -04:00 |
|
|
0d390465f6
|
simplify boot.S
|
2020-10-19 23:42:02 -04:00 |
|
|
04d29fdb71
|
add mbinfo module to parse multiboot2 boot info
|
2020-10-19 23:34:42 -04:00 |
|
|
e9f426894c
|
rename kernel_main.c -> hos_main.c
|
2020-10-19 22:40:55 -04:00 |
|