limine/lib
iiSaLMaN 7506fcb820 Add simple disk library (#2)
* Simple disk library

* Simple disk library

* add rm_seg and rm_off

* Make interrupt call per 128 sectors

* Matching code style + some modifies

* change max count to 127 + slight modifies 

max count of sectors to make a call with is 127 instead of 128

* make setup_dap static

* Matching actual code style + slight modifies
2019-06-01 23:34:24 +02:00
..
cio.h Add separate bootsector and stage2, add VGA text mode driver 2019-05-30 15:59:25 +02:00
disk.c Add simple disk library (#2) 2019-06-01 23:34:24 +02:00
disk.h Add simple disk library (#2) 2019-06-01 23:34:24 +02:00
libc.c Added libc.h 2019-05-31 06:23:23 +02:00
libc.h Added libc.h 2019-05-31 06:23:23 +02:00
print.c Added print 2019-05-31 07:19:02 +02:00
print.h Added print 2019-05-31 07:19:02 +02:00
real.c Added rm_int function to execute real mode interrupts from pmode 2019-05-31 05:47:13 +02:00
real.h Add simple disk library (#2) 2019-06-01 23:34:24 +02:00