|
b13f7e6755
|
Add debugging to the bootstrap, reformat some function names
|
2019-09-11 03:58:53 +01:00 |
|
|
f33b63d1fb
|
Removed beep on boot.
That stuff hurts, man.
Also moved all the ASM port wrappers into their own file.
|
2019-08-20 16:40:20 +01:00 |
|
|
927aeb0872
|
Fix an implicit function declaration
|
2019-08-19 23:51:15 +01:00 |
|
|
f980acc136
|
Fix a small bug in the GDT sections that can cause a halt in the kernel..
|
2019-08-19 23:02:48 +01:00 |
|
|
2691c1e30e
|
Seriously prioritise output.
Added a beep function to allow PC Speaker output.
This will require an edit to the current QEMU launchscript to get working.
|
2019-08-19 22:58:26 +01:00 |
|
|
437e10e86c
|
Prioritise output before all else, just so we know when the kernel actually works.
|
2019-08-19 22:55:28 +01:00 |
|
|
67cbaad539
|
Add the bootstrap file.
Provides all the functions necessary to get the kernel started, and to continue working in the future.
It is to be split up in the future.
|
2019-07-23 20:32:24 +01:00 |
|
|
c9bd659f5c
|
Add bootstrap source.
Made to manage holdover from Syncboot, but is half-finished because of
an issue with the prior mentioned header file.
|
2019-07-22 22:34:02 +01:00 |
|