|
|
@238
|
7 years |
alain |
Fixing bugs in vfs_lookup()
|
|
|
@237
|
7 years |
max |
Attach the secondary CPUs, and for now route the keyboard irq to
cpu1 …
|
|
|
@236
|
7 years |
max |
Launch the secondary CPUs. For now, they all say hello and enter
an …
|
|
|
@235
|
7 years |
max |
Start adding some code for SMP support
|
|
|
@234
|
7 years |
max |
style
|
|
|
@233
|
7 years |
max |
Push the context entirely for an exception.
|
|
|
@232
|
7 years |
max |
Remove this shell, several files are missing.
|
|
|
@231
|
7 years |
max |
Add a serial port multiplexer, usable to communicate with the …
|
|
|
@230
|
7 years |
max |
Create user/, and a basic shell.
|
|
|
@229
|
7 years |
bouyer |
Remove bad file
|
|
|
@228
|
7 years |
max |
remove unused file
|
|
|
@227
|
7 years |
max |
use Elf64 for 64bit architectures (x86_64)
|
|
|
@226
|
7 years |
max |
add HAL_32BIT/HAL_64BIT
|
|
|
@225
|
7 years |
max |
implement hal_gpt_create
|
|
|
@224
|
7 years |
max |
Create a (virtual) copy of the local cluster in 0xffffe00000000000, …
|
|
|
@223
|
7 years |
max |
Damn, don't do NULL checks here, otherwise we're hiding NULL derefs …
|
|
|
@222
|
7 years |
max |
fix inverted arguments
|
|
|
@221
|
7 years |
max |
use panic instead
|
|
|
@220
|
7 years |
max |
use the asm entry point to save the context
|
|
|
@219
|
7 years |
max |
update comment
|
|
|
@218
|
7 years |
max |
update
|
|
|
@217
|
7 years |
max |
remove soclib_hba on x86
|
|
|
@216
|
7 years |
max |
dispatch 'impl' in the hal
|
|
|
@215
|
7 years |
max |
rename the ATA driver
|
|
|
@214
|
7 years |
max |
remove unused includes
|
|
|
@213
|
7 years |
max |
hide soclib_bdv
|
|
|
@212
|
7 years |
max |
style
|
|
|
@211
|
7 years |
max |
hide the fields
|
|
|
@210
|
7 years |
max |
advance a bit, and panic on error
|
|
|
@209
|
7 years |
max |
add hal_remote_strcpy
|
|
|
@208
|
7 years |
max |
sync
|
|
|
@207
|
7 years |
max |
mask/unmask the IRQ
|
|
|
@206
|
7 years |
max |
re-hide
|
|
|
@205
|
7 years |
alain |
Change dev_pic_enable_irq() and dev_pic_disable_irq() prototypes
to …
|
|
|
@204
|
7 years |
alain |
Bug fix in kernel_init
-This line, and those below, will be ignored--
…
|
|
|
@203
|
7 years |
max |
start moving the APIC code into the PIC driver
|
|
|
@202
|
7 years |
max |
register the ATA IRQs
|
|
|
@201
|
7 years |
max |
fix the pointers
|
|
|
@200
|
7 years |
alain |
bloup
|
|
|
@199
|
7 years |
max |
map the LAPIC and IOAPIC in a separate function
|
|
|
@198
|
7 years |
max |
mmh, mistakenly removed this
|
|
|
@197
|
7 years |
max |
rename soclib->apic
|
|
|
@196
|
7 years |
max |
sync
|
|
|
@195
|
7 years |
max |
add IOC (ATA)
|
|
|
@194
|
7 years |
max |
implement a basic ATA driver
|
|
|
@193
|
7 years |
max |
build the context
|
|
|
@192
|
7 years |
max |
initialize pic
|
|
|
@191
|
7 years |
max |
sync
|
|
|
@190
|
7 years |
max |
hide soclib
|
|
|
@189
|
7 years |
max |
sync
|
|
|
@188
|
7 years |
alain |
Redefine the PIC device API.
|
|
|
@187
|
7 years |
max |
count the number of IOAPICs
|
|
|
@186
|
7 years |
max |
memory leak (among others)
|
|
|
@185
|
7 years |
max |
use thread_release directly
|
|
|
@184
|
7 years |
max |
style
|
|
|
@183
|
7 years |
max |
style
|
|
|
@182
|
7 years |
max |
lock leak
|
|
|
@181
|
7 years |
max |
style again
|
|
|
@180
|
7 years |
max |
don't memset ptr if it's null…
|
|
|
@179
|
7 years |
max |
fix a lock leak, there are many others left…
|
|
|
@178
|
7 years |
max |
style
|
|
|
@177
|
7 years |
max |
detect use-after-frees
|
|
|
@176
|
7 years |
max |
detect use-after-frees
|
|
|
@175
|
7 years |
max |
detect use-after-frees
|
|
|
@174
|
7 years |
max |
style
|
|
|
@173
|
7 years |
max |
style
|
|
|
@172
|
7 years |
max |
style
|
|
|
@171
|
7 years |
max |
style
|
|
|
@170
|
7 years |
max |
remove ';'
|
|
|
@169
|
7 years |
max |
remove unused var
|
|
|
@168
|
7 years |
max |
make the TLS initialization per-cpu
|
|
|
@167
|
7 years |
max |
define the TLS in hal_segmentation.h
|
|
|
@166
|
7 years |
max |
identify the cpu features
|
|
|
@165
|
7 years |
max |
put the per-cpu structures into one structure
|
|
|
@164
|
7 years |
max |
we're gonna use an array of TSSs
|
|
|
@163
|
7 years |
max |
handle the LAPIC override, and count the number of CPUs
|
|
|
@162
|
7 years |
max |
start making these variables per-cpu
|
|
|
@161
|
7 years |
max |
style
|
|
|
@160
|
7 years |
max |
style
|
|
|
@159
|
7 years |
max |
style
|
|
|
@158
|
7 years |
max |
tab ffs
|
|
|
@157
|
7 years |
max |
add the x86_64 flag
|
|
|
@156
|
7 years |
max |
style
|
|
|
@155
|
7 years |
max |
cleanup
|
|
|
@154
|
7 years |
max |
use a demultiplexer to get the channel on the serial port, and
make …
|
|
|
@153
|
7 years |
max |
cleanup
|
|
|
@152
|
7 years |
max |
add a basic RS232 COM1 implementation
|
|
|
@151
|
7 years |
alain |
Move the core specific hal_cpu_context_t & hafpu_context_t structures …
|
|
|
@150
|
7 years |
max |
remove debug and unused code
|
|
|
@149
|
7 years |
max |
unused variables
|
|
|
@148
|
7 years |
max |
fix a pretty dumb bug; we must not unmap since we use the area for …
|
|
|
@147
|
7 years |
max |
less magic
|
|
|
@146
|
7 years |
max |
remove my fake_apic shit from yesterday
|
|
|
@145
|
7 years |
max |
style
|
|
|
@144
|
7 years |
max |
remove unused files
|
|
|
@143
|
7 years |
max |
style
|
|
|
@142
|
7 years |
max |
remove hal_trap.c, and put its content in hal_interrupt.c and …
|
|
|
@141
|
7 years |
max |
style
|
|
|
@140
|
7 years |
max |
style
|
|
|
@139
|
7 years |
max |
I'm dumb
|
|
|