shockrah
7d9800f1eb
starting point for interrupt handlers though some of this code isn't ready to be used, it serves as a reference point for later
2019-10-13 23:14:49 -07:00
shockrah
c84997dea0
global descriptor table things cleaner/ready to be registered
2019-10-13 23:13:20 -07:00
shockrah
ec9cd34dc6
reduced complexity on master branch for now as i setup for gdt things
2019-10-09 15:26:54 -07:00
shockrah
9e7effcc7f
basic structure for gdt things
2019-10-09 01:42:03 -07:00
shockrahwow
536f4e8e0c
interim commit nothing to see here non working but need to do things on other machine
2019-10-08 22:35:00 -07:00
shockrahwow
6fc97083bb
updated roadmap/bugs list
2019-10-08 10:09:47 -07:00
shockrahwow
2312b6fbc1
escaped percents in printf
2019-10-07 19:40:04 -07:00
shockrahwow
5c32c17474
FIRST (semi)WORKING PASS OF SERIAL DEBUGGING FINALLY!!!!!
2019-10-07 18:51:29 -07:00
shockrahwow
392cbf0db4
ignoring serial output
2019-10-07 18:50:31 -07:00
shockrah
28d7ffc165
stats about code
2019-10-06 15:33:00 -07:00
shockrah
79da1d92f0
more accurate bochs setup script - targeting bochs-x plugin instead of *-x
2019-10-06 14:47:00 -07:00
shockrah
57bb696228
newlines kinda working, multiple newlines are still annoying to do but oh well
2019-10-06 14:44:44 -07:00
shockrah
c72ac8bf3b
support for newlines in write call but not printf :(
2019-10-06 14:17:58 -07:00
shockrah
ed2212c322
Merge branch 'master' of gitlab.com:shockrah/jankos
2019-10-05 20:46:54 -07:00
shockrah
980b181e76
added serial to list of objects + changed fb.o to ports.o
2019-10-05 20:46:10 -07:00
shockrah
897c23faca
# Serial port configurations
...
* Implementing some serial port control in preparation to do debugging with bochs
* Changed naming of io to fb_ports to finally[tm] ports
2019-10-05 20:45:22 -07:00
shockrahwow
a200efb097
bochs enabled dev port
2019-10-02 16:53:01 -07:00
shockrahwow
7bc439f3ad
finally to a point where i can start building ddrivers for this framebuffer's output smh
2019-10-01 10:35:35 -07:00
shockrahwow
d5af87e3b0
random docs/tests
2019-09-18 16:40:08 -07:00
shockrah
18f0b02b58
fixed merge conflicts from re-struct branch regarding fie renames and moves
2019-09-16 14:01:39 -07:00
shockrah
6f25710ca9
simplified write_cell_fb interface logic for drivers by removing u16 cell parameter
2019-09-16 13:58:11 -07:00
shockrah
02e6b3f7b6
loader calling tests
2019-09-16 13:50:30 -07:00
shockrah
69b1f4f164
tests builtin
2019-09-16 13:50:15 -07:00
shockrah
f8d16f9411
moved testing out to its own module and exposed some frame buffer information for driver code
2019-09-16 13:49:36 -07:00
shockrah
e6a5966fe6
moved drivers to root level directory for now and created some basic test module
2019-09-16 13:48:25 -07:00
shockrah
92c5b32b12
added proper type names for clarity/sanity sake
2019-09-15 18:28:01 -07:00
shockrah
c8851baea6
Structure:
...
renamed .asm files to .s extension
Makefile:
Building .s first over
Bochs conf:
changed display server to x instead of sdl
Changed function defs to not have the parameter names for less confusion
2019-09-14 23:42:49 -07:00
shockrahwow
c1254944ab
more core things for building
2019-09-12 11:51:47 -07:00
shockrahwow
ee4026a89e
restructuring build setup
2019-09-12 11:46:41 -07:00
shockrahwow
b3ef53ccab
Move cursor behaves properly and is fully implemented in this patch with no known bugs
2019-05-01 03:17:27 -07:00
shockrahwow
86f2db05a0
removed jank functions and got a cursor to blink properly
2019-05-01 02:06:27 -07:00
Medium Fries
74d88173b1
ignoring some case studies for 32 and 64 bit kernels
2019-02-25 17:34:49 -08:00
Medium Fries
cff8d1405e
redudanct files removed
2019-02-25 16:57:51 -08:00
Medium Fries
d745d42a54
fixing merge conflicts from local merg in loader.asm
2019-02-25 16:57:11 -08:00
Medium Fries
7d100e5c3e
removed frame out stuff from laptop local branch
2019-02-25 16:07:04 -08:00
Medium Fries
72f711a421
memory based library - only doing what i need for now
2019-02-25 16:01:27 -08:00
shockrahwow
8d1879fe97
- Retesting framebuffer drivers
...
- clear_fb() fully working
- trying to add positional buffer writes for fancy output
- POSITION macro only seems to work for (0,0) coords for now
haven't tested other edge cases yet
2019-02-25 15:36:31 -08:00
shockrahwow
b5ae502520
basically useless commit
2019-02-18 15:06:20 -08:00
shockrahwow
d14e1ea8d1
Merge branch 'master' of gitlab.com:shockrahwow/jankos
2019-02-18 15:04:35 -08:00
Medium Fries
ef3374fd8d
clear_buffer was pointless for now since the buffer doesn't yet proper cursor tracking
2019-02-04 13:29:46 -08:00
Medium Fries
5d290fe32f
print_fb(char*) testing and working as intended for now
2019-02-03 17:03:31 -08:00
Medium Fries
35fb16a03e
getting rid of old kernel.elf since it changes every commit
...
just forgot to untrack it awhile back this commit ammends that
2019-02-03 16:38:48 -08:00
Medium Fries
d42d68e5a9
Changing super-basic test function to just test() because of how small and bland it is
2019-02-03 16:37:20 -08:00
shockrahwow
0e697a27ae
memcmp added to stdlib module
2019-01-23 23:31:51 -08:00
Medium Fries
88fad3c56e
merging from remote
...
Mainly adding support in write_cell() to use logical character indexes vs direct memory offsets
2019-01-23 17:45:00 -08:00
Medium Fries
bfeb83b717
temp commit for now
2019-01-23 17:38:12 -08:00
shockrahwow
3a5da9ce96
removed silly kernel.c
2019-01-23 01:14:18 -08:00
shockrahwow
3cd8d8ac73
this changes way to much to tarck its changes anymore
2019-01-23 01:13:59 -08:00
shockrahwow
b3483ce7fc
adding yote call and fixed weird comment
2019-01-23 01:13:14 -08:00
shockrahwow
e2315fc3cc
fixing print function slowly but surely
2019-01-23 01:12:36 -08:00